| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
<T> ApplyCenteredRmsProp<T> |
TrainOps.applyCenteredRmsProp(Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRmsProp.Options... options)
Builds an
ApplyCenteredRmsProp operation |
| Modifier and Type | Method and Description |
|---|---|
static ApplyCenteredRmsProp.Options |
ApplyCenteredRmsProp.useLocking(Boolean useLocking) |
ApplyCenteredRmsProp.Options |
ApplyCenteredRmsProp.Options.useLocking(Boolean useLocking) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ApplyCenteredRmsProp<T> |
ApplyCenteredRmsProp.create(Scope scope,
Operand<T> var,
Operand<T> mg,
Operand<T> ms,
Operand<T> mom,
Operand<T> lr,
Operand<T> rho,
Operand<T> momentum,
Operand<T> epsilon,
Operand<T> grad,
ApplyCenteredRmsProp.Options... options)
Factory method to create a class wrapping a new ApplyCenteredRmsProp operation.
|
Copyright © 2015–2019. All rights reserved.