| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> ApplyCenteredRMSProp<T> |
Ops.applyCenteredRMSProp(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,
ApplyCenteredRMSProp.Options... options)
Adds an
ApplyCenteredRMSProp operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static <T> ApplyCenteredRMSProp<T> |
ApplyCenteredRMSProp.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,
ApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ApplyCenteredRMSProp operation to the graph.
|
Copyright © 2015–2019. All rights reserved.