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