| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.ApplyAddSign.Attrs |
tensorflow.ApplyAddSign.Attrs.position(long position) |
tensorflow.ApplyAddSign.Attrs |
tensorflow.ApplyAddSign.Attrs.use_locking_(boolean use_locking_) |
static tensorflow.ApplyAddSign.Attrs |
tensorflow.ApplyAddSign.UseLocking(boolean x) |
tensorflow.ApplyAddSign.Attrs |
tensorflow.ApplyAddSign.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 |
|---|
ApplyAddSign(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.ApplyAddSign.Attrs attrs) |
Copyright © 2019. All rights reserved.