| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.SparseApplyRMSProp.Attrs |
tensorflow.SparseApplyRMSProp.Attrs.position(long position) |
tensorflow.SparseApplyRMSProp.Attrs |
tensorflow.SparseApplyRMSProp.Attrs.use_locking_(boolean use_locking_) |
static tensorflow.SparseApplyRMSProp.Attrs |
tensorflow.SparseApplyRMSProp.UseLocking(boolean x) |
tensorflow.SparseApplyRMSProp.Attrs |
tensorflow.SparseApplyRMSProp.Attrs.UseLocking(boolean x)
If
True, updating of the var, ms, and mom tensors is protected
by a lock; otherwise the behavior is undefined, but may exhibit less
contention. |
| Constructor and Description |
|---|
SparseApplyRMSProp(tensorflow.Scope scope,
tensorflow.Input var,
tensorflow.Input ms,
tensorflow.Input mom,
tensorflow.Input lr,
tensorflow.Input rho,
tensorflow.Input momentum,
tensorflow.Input epsilon,
tensorflow.Input grad,
tensorflow.Input indices,
tensorflow.SparseApplyRMSProp.Attrs attrs) |
Copyright © 2019. All rights reserved.