| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Number> |
TrainOps.resourceSparseApplyCenteredRmsProp(Operand<?> var,
Operand<?> mg,
Operand<?> ms,
Operand<?> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
Operand<U> indices,
ResourceSparseApplyCenteredRmsProp.Options... options)
Builds an
ResourceSparseApplyCenteredRmsProp operation |
| Modifier and Type | Method and Description |
|---|---|
static ResourceSparseApplyCenteredRmsProp.Options |
ResourceSparseApplyCenteredRmsProp.useLocking(Boolean useLocking) |
ResourceSparseApplyCenteredRmsProp.Options |
ResourceSparseApplyCenteredRmsProp.Options.useLocking(Boolean useLocking) |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
ResourceSparseApplyCenteredRmsProp.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,
Operand<U> indices,
ResourceSparseApplyCenteredRmsProp.Options... options)
Factory method to create a class wrapping a new ResourceSparseApplyCenteredRmsProp operation.
|
Copyright © 2015–2019. All rights reserved.