#include <state_ops.h>
Optional attribute setters for ScatterNdUpdate.
Public attributes | |
---|---|
use_locking_ = true | bool |
Public functions | |
---|---|
UseLocking(bool x) | An optional bool. |
bool tensorflow::ops::ScatterNdUpdate::Attrs::use_locking_ = true
Attrs tensorflow::ops::ScatterNdUpdate::Attrs::UseLocking( bool x )
An optional bool.
Defaults to True. If True, the assignment will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention.
Defaults to true
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/struct/tensorflow/ops/scatter-nd-update/attrs.html