tensorflow::ops::ScatterNdUpdate::Attrs
#include <state_ops.h>
Дополнительные атрибуты для ScatterNdUpdate.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
use_locking_ = true | bool |
| Общедоступные функции | |
|---|---|
UseLocking(bool x) | TF_MUST_USE_RESULT Attrs Необязательный булевый параметр. |
Общедоступные атрибуты
use_locking_
bool tensorflow::ops::ScatterNdUpdate::Attrs::use_locking_ = true
Общедоступные функции
UseLocking
TF_MUST_USE_RESULT Attrs tensorflow::ops::ScatterNdUpdate::Attrs::UseLocking( bool x )
Необязательный булевый параметр.
По умолчанию True. Если True, присваивание будет защищено блокировкой; в противном случае поведение не определено, но может проявлять меньшую конкуренцию.
По умолчанию true
© 2020 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/versions/r2.3/api_docs/cc/struct/tensorflow/ops/scatter-nd-update/attrs