จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เทนเซอร์โฟลว์:: คอมโพสิตOpScopes
#include <scope.h>
โครงสร้างตัวช่วยเพื่อเก็บขอบเขตที่จะใช้โดยฟังก์ชันที่สร้างคอมโพสิต op
สรุป
คุณลักษณะสาธารณะ |
---|
child | ขอบเขต ที่จะใช้สำหรับการสร้าง ops ท้องถิ่น (ops ดั้งเดิมหรือคอมโพสิตอื่น ๆ ) |
last | ขอบเขต ที่จะใช้สำหรับการสร้าง op สุดท้าย |
คุณลักษณะสาธารณะ
เด็ก
Scope tensorflow::CompositeOpScopes::child
ขอบเขต ที่จะใช้สำหรับการสร้าง ops ท้องถิ่น (ops ดั้งเดิมหรือคอมโพสิตอื่น ๆ )
ล่าสุด
Scope tensorflow::CompositeOpScopes::last
ขอบเขต ที่จะใช้สำหรับการสร้าง op สุดท้าย
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) [Scope](/versions/r2.2/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.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) [Scope](/versions/r2.2/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.2/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.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) to be used for creating the last op."]]