tensorflow::ops::ScatterNdUpdate::Атрибуты
#include <state_ops.h>
Дополнительные атрибуты для ScatterNdUpdate.
Краткое описание
| Публичные атрибуты | |
|---|---|
use_locking_ = true | bool |
| Публичные функции | |
|---|---|
UseLocking(bool x) | TF_MUST_USE_RESULT Attrs Необязательный bool. |
Публичные атрибуты
use_locking_
bool tensorflow::ops::ScatterNdUpdate::Attrs::use_locking_ = true
Публичные функции
UseLocking
TF_MUST_USE_RESULT Attrs tensorflow::ops::ScatterNdUpdate::Attrs::UseLocking( bool x )
Необязательный bool.
По умолчанию 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/r1.15/api_docs/cc/struct/tensorflow/ops/scatter-nd-update/attrs