tensorflow::ops::ScatterUpdate::Атрибуты
#include <state_ops.h>
Дополнительные атрибуты для ScatterUpdate.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
use_locking_ = true | bool |
| Общедоступные функции | |
|---|---|
UseLocking(bool x) | TF_MUST_USE_RESULT Attrs Если True, присвоение будет защищено блокировкой; в противном случае поведение не определено, но может быть менее конкурирующим. |
Общедоступные атрибуты
use_locking_
bool tensorflow::ops::ScatterUpdate::Attrs::use_locking_ = true
Общедоступные функции
UseLocking
TF_MUST_USE_RESULT Attrs tensorflow::ops::ScatterUpdate::Attrs::UseLocking( bool x )
Если 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-update/attrs