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