| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Number> |
Ops.sparseApplyRMSProp(Operand<T> var,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Adds an
SparseApplyRMSProp operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static SparseApplyRMSProp.Options |
SparseApplyRMSProp.useLocking(Boolean useLocking) |
SparseApplyRMSProp.Options |
SparseApplyRMSProp.Options.useLocking(Boolean useLocking) |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
SparseApplyRMSProp.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,
Operand<U> indices,
SparseApplyRMSProp.Options... options)
Factory method to create a class to wrap a new SparseApplyRMSProp operation to the graph.
|
Copyright © 2015–2019. All rights reserved.