| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Number> |
TrainOps.sparseApplyAdadelta(Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Builds an
SparseApplyAdadelta operation |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
SparseApplyAdadelta.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> accumUpdate,
Operand<T> lr,
Operand<T> rho,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyAdadelta.Options... options)
Factory method to create a class wrapping a new SparseApplyAdadelta operation.
|
Copyright © 2015–2019. All rights reserved.