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