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