tensorflow::ops::SparseApplyProximalGradientDescent::Attrs
#include <training_ops.h>
Дополнительные параметры для SparseApplyProximalGradientDescent.
Сводка
| Общедоступные атрибуты | |
|---|---|
use_locking_ = false | bool |
| Общедоступные функции | |
|---|---|
UseLocking(bool x) | TF_MUST_USE_RESULT Attrs Если True, вычитание будет защищено блокировкой; в противном случае поведение не определено, но может проявлять меньше конфликтов. |
Общедоступные атрибуты
use_locking_
bool tensorflow::ops::SparseApplyProximalGradientDescent::Attrs::use_locking_ = false
Общедоступные функции
UseLocking
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseApplyProximalGradientDescent::Attrs::UseLocking( bool x )
Если True, вычитание будет защищено блокировкой; в противном случае поведение не определено, но может проявлять меньше конфликтов.
По умолчанию false
© 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/sparse-apply-proximal-gradient-descent/attrs