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