| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static <T> ApplyAdagradV2<T> |
ApplyAdagradV2.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> lr,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdagradV2.Options... options)
Factory method to create a class wrapping a new ApplyAdagradV2 operation.
|
Copyright © 2015–2019. All rights reserved.