| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static ResourceApplyPowerSign.Options |
ResourceApplyPowerSign.useLocking(Boolean useLocking) |
ResourceApplyPowerSign.Options |
ResourceApplyPowerSign.Options.useLocking(Boolean useLocking) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ResourceApplyPowerSign |
ResourceApplyPowerSign.create(Scope scope,
Operand<?> var,
Operand<?> m,
Operand<T> lr,
Operand<T> logbase,
Operand<T> signDecay,
Operand<T> beta,
Operand<T> grad,
ResourceApplyPowerSign.Options... options)
Factory method to create a class to wrap a new ResourceApplyPowerSign operation to the graph.
|
Copyright © 2019. All rights reserved.