| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> ResourceApplyCenteredRMSProp |
Ops.resourceApplyCenteredRMSProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Adds an
ResourceApplyCenteredRMSProp operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static ResourceApplyCenteredRMSProp.Options |
ResourceApplyCenteredRMSProp.useLocking(Boolean useLocking) |
ResourceApplyCenteredRMSProp.Options |
ResourceApplyCenteredRMSProp.Options.useLocking(Boolean useLocking) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ResourceApplyCenteredRMSProp |
ResourceApplyCenteredRMSProp.create(Scope scope,
Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ResourceApplyCenteredRMSProp.Options... options)
Factory method to create a class to wrap a new ResourceApplyCenteredRMSProp operation to the graph.
|
Copyright © 2015–2019. All rights reserved.