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