tensorflow::ops::ResourceApplyAdamWithAmsgrad::Атрибуты
#include <training_ops.h>
Дополнительные атрибуты для ResourceApplyAdamWithAmsgrad.
Обзор
| Общедоступные атрибуты | |
|---|---|
use_locking_ = false | bool |
| Общедоступные функции | |
|---|---|
UseLocking(bool x) | TF_MUST_USE_RESULT Attrs Если True, обновление тензоров var, m и v будет защищено блокировкой; в противном случае поведение не определено, но может проявлять меньшую конкуренцию. |
Общедоступные атрибуты
use_locking_
bool tensorflow::ops::ResourceApplyAdamWithAmsgrad::Attrs::use_locking_ = false
Общедоступные функции
UseLocking
TF_MUST_USE_RESULT Attrs tensorflow::ops::ResourceApplyAdamWithAmsgrad::Attrs::UseLocking( bool x )
Если True, обновление тензоров var, m и v будет защищено блокировкой; в противном случае поведение не определено, но может проявлять меньшую конкуренцию.
По умолчанию 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/api_docs/cc/struct/tensorflow/ops/resource-apply-adam-with-amsgrad/attrs