tensorflow::ops::ScatterNdSub::Attrs
#include <state_ops.h>
Дополнительные атрибуты для ScatterNdSub.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
use_locking_ = false | bool |
| Общедоступные функции | |
|---|---|
UseLocking(bool x) | TF_MUST_USE_RESULT Attrs Необязательный bool. |
Общедоступные атрибуты
use_locking_
bool tensorflow::ops::ScatterNdSub::Attrs::use_locking_ = false
Общедоступные функции
UseLocking
TF_MUST_USE_RESULT Attrs tensorflow::ops::ScatterNdSub::Attrs::UseLocking( bool x )
Необязательный bool.
По умолчанию True. Если True, присвоение будет защищено блокировкой; в противном случае поведение не определено, но может иметь меньше конкуренции.
По умолчанию false
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/cc/struct/tensorflow/ops/scatter-nd-sub/attrs