קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
tensorflow:: CompositeOpScopes
#include <scope.h>
מבנה עוזר להחזיק את הסקופים שישמשו פונקציה הבונה אופ מרוכב.
תַקצִיר
תכונות ציבוריות |
---|
child | היקף שישמש ליצירת האופציות המקומיות (פרמיטיביות או פעולות מורכבות אחרות). |
last | היקף שישמש ליצירת הפעולה האחרונה. |
תכונות ציבוריות
יֶלֶד
Scope tensorflow::CompositeOpScopes::child
היקף שישמש ליצירת האופציות המקומיות (פרמיטיביות או פעולות מורכבות אחרות).
אַחֲרוֹן
Scope tensorflow::CompositeOpScopes::last
היקף שישמש ליצירת הפעולה האחרונה.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],[],null,["# tensorflow::CompositeOpScopes Struct Reference\n\ntensorflow::CompositeOpScopes\n=============================\n\n`#include \u003cscope.h\u003e`\n\nA helper struct to hold the scopes that would be used by a function constructing a composite op.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [child](#structtensorflow_1_1_composite_op_scopes_1a42bd242957a603263a27d75356fb646d) | [Scope](/versions/r2.3/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) [Scope](/versions/r2.3/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) to be used for creating the local ops (primitive or other composite ops). |\n| [last](#structtensorflow_1_1_composite_op_scopes_1ad9d8188b0dd80e7d51e7870b9b57a5b2) | [Scope](/versions/r2.3/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) [Scope](/versions/r2.3/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) to be used for creating the last op. |\n\nPublic attributes\n-----------------\n\n### child\n\n```text\nScope tensorflow::CompositeOpScopes::child\n``` \n[Scope](/versions/r2.3/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) to be used for creating the local ops (primitive or other composite ops). \n\n### last\n\n```text\nScope tensorflow::CompositeOpScopes::last\n``` \n[Scope](/versions/r2.3/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) to be used for creating the last op."]]