| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.AssignAdd.Attrs |
tensorflow.AssignAdd.Attrs.position(long position) |
tensorflow.AssignAdd.Attrs |
tensorflow.AssignAdd.Attrs.use_locking_(boolean use_locking_) |
static tensorflow.AssignAdd.Attrs |
tensorflow.AssignAdd.UseLocking(boolean x) |
tensorflow.AssignAdd.Attrs |
tensorflow.AssignAdd.Attrs.UseLocking(boolean x)
If True, the addition will be protected by a lock;
otherwise the behavior is undefined, but may exhibit less contention.
|
| Constructor and Description |
|---|
AssignAdd(tensorflow.Scope scope,
tensorflow.Input ref,
tensorflow.Input value,
tensorflow.AssignAdd.Attrs attrs) |
Copyright © 2019. All rights reserved.