সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
টেনসরফ্লো :: CompositeOpScopes
#include <scope.h>
স্কোপগুলিকে ধরে রাখার জন্য একটি সহায়ক কাঠামো যা একটি যৌগিক অপ নির্মাণের ফাংশন দ্বারা ব্যবহৃত হবে।
সারাংশ
পাবলিক বৈশিষ্ট্য |
---|
child | স্থানীয় অপ্স (আদিম বা অন্যান্য যৌগিক অপ্স) তৈরির জন্য ব্যবহার করা সুযোগ । |
last | শেষ অপশন তৈরি করার জন্য স্কোপ ব্যবহার করা হবে। |
পাবলিক বৈশিষ্ট্য
শিশু
Scope tensorflow::CompositeOpScopes::child
স্থানীয় অপ্স (আদিম বা অন্যান্য যৌগিক অপ্স) তৈরির জন্য ব্যবহার করা সুযোগ ।
শেষ
Scope tensorflow::CompositeOpScopes::last
শেষ অপশন তৈরি করার জন্য স্কোপ ব্যবহার করা হবে।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, 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."]]