tensorflow:: אופס:: לְהַקְצוֹת:: Attrs
#include <state_ops.h>
מגדירי תכונות אופציונליים עבור הקצה .
תַקצִיר
תכונות ציבוריות | |
---|---|
use_locking_ = true | bool |
validate_shape_ = true | bool |
תפקידים ציבוריים | |
---|---|
UseLocking (bool x) | TF_MUST_USE_RESULT Attrs אם נכון, ההקצאה תהיה מוגנת במנעול; אחרת ההתנהגות אינה מוגדרת, אך עלולה להפגין פחות מחלוקת. |
ValidateShape (bool x) | TF_MUST_USE_RESULT Attrs אם זה נכון, הפעולה תאמת שהצורה של 'ערך' תואמת את צורת הטנסור שאליו מוקצה. |
תכונות ציבוריות
use_locking_
bool tensorflow::ops::Assign::Attrs::use_locking_ = true
לאמת_צורה_
bool tensorflow::ops::Assign::Attrs::validate_shape_ = true
תפקידים ציבוריים
השתמש בנעילה
TF_MUST_USE_RESULT Attrs tensorflow::ops::Assign::Attrs::UseLocking( bool x )
אם נכון, ההקצאה תהיה מוגנת במנעול; אחרת ההתנהגות אינה מוגדרת, אך עלולה להפגין פחות מחלוקת.
ברירת המחדל לאמת
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],[],null,["# tensorflow::ops::Assign::Attrs Struct Reference\n\ntensorflow::ops::Assign::Attrs\n==============================\n\n`#include \u003cstate_ops.h\u003e`\n\nOptional attribute setters for [Assign](/versions/r2.2/api_docs/cc/class/tensorflow/ops/assign#classtensorflow_1_1ops_1_1_assign).\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------|--------|\n| [use_locking_](#structtensorflow_1_1ops_1_1_assign_1_1_attrs_1ae9bf9c16623a4261e299eb784f104eb4)` = true` | `bool` |\n| [validate_shape_](#structtensorflow_1_1ops_1_1_assign_1_1_attrs_1a3401025d0470b42ec167e96408de3091)` = true` | `bool` |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [UseLocking](#structtensorflow_1_1ops_1_1_assign_1_1_attrs_1a0d9dfa31afce496359a0994b6c1e43ea)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/assign/attrs#structtensorflow_1_1ops_1_1_assign_1_1_attrs) If True, the assignment will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention. |\n| [ValidateShape](#structtensorflow_1_1ops_1_1_assign_1_1_attrs_1a6c63cacd6cce8eabbbb01ffd3ca16746)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.2/api_docs/cc/struct/tensorflow/ops/assign/attrs#structtensorflow_1_1ops_1_1_assign_1_1_attrs) If true, the operation will validate that the shape of 'value' matches the shape of the [Tensor](/versions/r2.2/api_docs/cc/class/tensorflow/tensor#classtensorflow_1_1_tensor) being assigned to. |\n\nPublic attributes\n-----------------\n\n### use_locking_\n\n```scdoc\nbool tensorflow::ops::Assign::Attrs::use_locking_ = true\n``` \n\n### validate_shape_\n\n```scdoc\nbool tensorflow::ops::Assign::Attrs::validate_shape_ = true\n``` \n\nPublic functions\n----------------\n\n### UseLocking\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Assign::Attrs::UseLocking(\n bool x\n)\n``` \nIf True, the assignment will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention.\n\nDefaults to true \n\n### ValidateShape\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::Assign::Attrs::ValidateShape(\n bool x\n)\n``` \nIf true, the operation will validate that the shape of 'value' matches the shape of the [Tensor](/versions/r2.2/api_docs/cc/class/tensorflow/tensor#classtensorflow_1_1_tensor) being assigned to.\n\nIf false, 'ref' will take on the shape of 'value'.\n\nDefaults to true"]]