tensorflow:: אופס:: ApplyRMSProp:: Attrs
#include <training_ops.h>
קובעי תכונות אופציונליים עבור ApplyRMSProp .
תַקצִיר
תכונות ציבוריות | |
---|---|
use_locking_ = false | bool |
תפקידים ציבוריים | |
---|---|
UseLocking (bool x) | TF_MUST_USE_RESULT Attrs אם True , עדכון הטנזורים var, ms ו-mom מוגן על ידי מנעול; אחרת ההתנהגות אינה מוגדרת, אך עלולה להפגין פחות מחלוקת. |
תכונות ציבוריות
use_locking_
bool tensorflow::ops::ApplyRMSProp::Attrs::use_locking_ = false
תפקידים ציבוריים
השתמש בנעילה
TF_MUST_USE_RESULT Attrs tensorflow::ops::ApplyRMSProp::Attrs::UseLocking( bool x )
אם True
, עדכון הטנזורים var, ms ו-mom מוגן על ידי מנעול; אחרת ההתנהגות אינה מוגדרת, אך עלולה להפגין פחות מחלוקת.
ברירת המחדל ל-false
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# tensorflow::ops::ApplyRMSProp::Attrs Struct Reference\n\ntensorflow::ops::ApplyRMSProp::Attrs\n====================================\n\n`#include \u003ctraining_ops.h\u003e`\n\nOptional attribute setters for [ApplyRMSProp](/versions/r1.15/api_docs/cc/class/tensorflow/ops/apply-r-m-s-prop#classtensorflow_1_1ops_1_1_apply_r_m_s_prop).\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------------|--------|\n| [use_locking_](#structtensorflow_1_1ops_1_1_apply_r_m_s_prop_1_1_attrs_1a5845a4dc279d1bbe24ab0980b2b4aead)` = false` | `bool` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [UseLocking](#structtensorflow_1_1ops_1_1_apply_r_m_s_prop_1_1_attrs_1adc85b286c7de34836e35cfe1eb49fad1)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/apply-r-m-s-prop/attrs#structtensorflow_1_1ops_1_1_apply_r_m_s_prop_1_1_attrs) If `True`, updating of the var, ms, and mom tensors is protected by a lock; otherwise the behavior is undefined, but may exhibit less contention. |\n\nPublic attributes\n-----------------\n\n### use_locking_\n\n```scdoc\nbool tensorflow::ops::ApplyRMSProp::Attrs::use_locking_ = false\n``` \n\nPublic functions\n----------------\n\n### UseLocking\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::ApplyRMSProp::Attrs::UseLocking(\n bool x\n)\n``` \nIf `True`, updating of the var, ms, and mom tensors is protected by a lock; otherwise the behavior is undefined, but may exhibit less contention.\n\nDefaults to false"]]