সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
টেনসরফ্লো :: অপস:: প্যাডিংফিফো সারি:: Attrs
#include <data_flow_ops.h>
PaddingFIFOQueue- এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার।
সারাংশ
পাবলিক ফাংশন |
---|
Capacity (int64 x) | এই সারিতে থাকা উপাদানের সংখ্যার উপরের সীমা। |
Container (StringPiece x) | খালি না হলে, এই সারিটি প্রদত্ত পাত্রে স্থাপন করা হয়। |
Shapes (const gtl::ArraySlice< PartialTensorShape > & x) | একটি মান প্রতিটি উপাদান আকৃতি. |
SharedName (StringPiece x) | খালি না হলে, এই সারিটি একাধিক সেশন জুড়ে প্রদত্ত নামের অধীনে ভাগ করা হবে। |
পাবলিক বৈশিষ্ট্য
ক্ষমতা_
int64 tensorflow::ops::PaddingFIFOQueue::Attrs::capacity_ = -1
ধারক_
StringPiece tensorflow::ops::PaddingFIFOQueue::Attrs::container_ = ""
আকার_
gtl::ArraySlice< PartialTensorShape > tensorflow::ops::PaddingFIFOQueue::Attrs::shapes_ = {}
ভাগ করা_নাম_
StringPiece tensorflow::ops::PaddingFIFOQueue::Attrs::shared_name_ = ""
পাবলিক ফাংশন
ক্ষমতা
TF_MUST_USE_RESULT Attrs tensorflow::ops::PaddingFIFOQueue::Attrs::Capacity(
int64 x
)
এই সারিতে থাকা উপাদানের সংখ্যার উপরের সীমা।
নেতিবাচক সংখ্যা মানে কোন সীমা.
ডিফল্ট -1
ধারক
TF_MUST_USE_RESULT Attrs tensorflow::ops::PaddingFIFOQueue::Attrs::Container(
StringPiece x
)
খালি না হলে, এই সারিটি প্রদত্ত পাত্রে স্থাপন করা হয়।
অন্যথায়, একটি ডিফল্ট ধারক ব্যবহার করা হয়।
ডিফল্ট ""
আকৃতি
TF_MUST_USE_RESULT Attrs tensorflow::ops::PaddingFIFOQueue::Attrs::Shapes(
const gtl::ArraySlice< PartialTensorShape > & x
)
একটি মান প্রতিটি উপাদান আকৃতি.
এই attr-এর দৈর্ঘ্য অবশ্যই 0 বা component_types-এর দৈর্ঘ্যের সমান হতে হবে। নির্দিষ্ট র্যাঙ্কের আকৃতি কিন্তু পরিবর্তনশীল আকারের যেকোন আকৃতির মাত্রা -1-এ সেট করে অনুমোদিত। এই ক্ষেত্রে, ইনপুটগুলির আকৃতি প্রদত্ত মাত্রার সাথে পরিবর্তিত হতে পারে, এবং DequeueMany প্রদত্ত ব্যাচের সমস্ত উপাদানের সর্বাধিক আকার পর্যন্ত শূন্য সহ প্রদত্ত মাত্রা প্যাড করবে। এই attr-এর দৈর্ঘ্য 0 হলে, বিভিন্ন সারির উপাদানের বিভিন্ন র্যাঙ্ক এবং আকার থাকতে পারে, কিন্তু একটি সময়ে শুধুমাত্র একটি উপাদান সারিবদ্ধ হতে পারে।
ডিফল্ট থেকে []
শেয়ার করা নাম
TF_MUST_USE_RESULT Attrs tensorflow::ops::PaddingFIFOQueue::Attrs::SharedName(
StringPiece x
)
খালি না হলে, এই সারিটি একাধিক সেশন জুড়ে প্রদত্ত নামের অধীনে ভাগ করা হবে।
ডিফল্ট ""
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# tensorflow::ops::PaddingFIFOQueue::Attrs Struct Reference\n\ntensorflow::ops::PaddingFIFOQueue::Attrs\n========================================\n\n`#include \u003cdata_flow_ops.h\u003e`\n\nOptional attribute setters for [PaddingFIFOQueue](/versions/r1.15/api_docs/cc/class/tensorflow/ops/padding-f-i-f-o-queue#classtensorflow_1_1ops_1_1_padding_f_i_f_o_queue).\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|\n| [capacity_](#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs_1a4f3d638a9ca754c89d42d2eba51d695d)` = -1` | `int64` |\n| [container_](#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs_1abbdf45e1046ad7f88ff4affee8a46c61)` = \"\"` | `StringPiece` |\n| [shapes_](#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs_1a3b2834168ccf43cf2e88e937a57e25a2)` = {}` | `gtl::ArraySlice\u003c PartialTensorShape \u003e` |\n| [shared_name_](#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs_1a4049c026c1262b7411d61a0af36660c3)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Capacity](#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs_1a37b197e3528b7d7f8c8203b12e954701)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/padding-f-i-f-o-queue/attrs#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs) The upper bound on the number of elements in this queue. |\n| [Container](#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs_1ae869c780a3baabe5b04cbee60e17b35e)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/padding-f-i-f-o-queue/attrs#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs) If non-empty, this queue is placed in the given container. |\n| [Shapes](#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs_1ab5518933cf19c007b1bb4ba142200a63)`(const gtl::ArraySlice\u003c PartialTensorShape \u003e & x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/padding-f-i-f-o-queue/attrs#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs) The shape of each component in a value. |\n| [SharedName](#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs_1a4ad3be8f42b64182901f8843d58b0a0b)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r1.15/api_docs/cc/struct/tensorflow/ops/padding-f-i-f-o-queue/attrs#structtensorflow_1_1ops_1_1_padding_f_i_f_o_queue_1_1_attrs) If non-empty, this queue will be shared under the given name across multiple sessions. |\n\nPublic attributes\n-----------------\n\n### capacity_\n\n```scdoc\nint64 tensorflow::ops::PaddingFIFOQueue::Attrs::capacity_ = -1\n``` \n\n### container_\n\n```scdoc\nStringPiece tensorflow::ops::PaddingFIFOQueue::Attrs::container_ = \"\"\n``` \n\n### shapes_\n\n```scdoc\ngtl::ArraySlice\u003c PartialTensorShape \u003e tensorflow::ops::PaddingFIFOQueue::Attrs::shapes_ = {}\n``` \n\n### shared_name_\n\n```scdoc\nStringPiece tensorflow::ops::PaddingFIFOQueue::Attrs::shared_name_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### Capacity\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::PaddingFIFOQueue::Attrs::Capacity(\n int64 x\n)\n``` \nThe upper bound on the number of elements in this queue.\n\nNegative numbers mean no limit.\n\nDefaults to -1 \n\n### Container\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::PaddingFIFOQueue::Attrs::Container(\n StringPiece x\n)\n``` \nIf non-empty, this queue is placed in the given container.\n\nOtherwise, a default container is used.\n\nDefaults to \"\" \n\n### Shapes\n\n```gdscript\nTF_MUST_USE_RESULT Attrs tensorflow::ops::PaddingFIFOQueue::Attrs::Shapes(\n const gtl::ArraySlice\u003c PartialTensorShape \u003e & x\n)\n``` \nThe shape of each component in a value.\n\nThe length of this attr must be either 0 or the same as the length of component_types. Shapes of fixed rank but variable size are allowed by setting any shape dimension to -1. In this case, the inputs' shape may vary along the given dimension, and DequeueMany will pad the given dimension with zeros up to the maximum shape of all elements in the given batch. If the length of this attr is 0, different queue elements may have different ranks and shapes, but only one element may be dequeued at a time.\n\nDefaults to \\[\\] \n\n### SharedName\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::PaddingFIFOQueue::Attrs::SharedName(\n StringPiece x\n)\n``` \nIf non-empty, this queue will be shared under the given name across multiple sessions.\n\nDefaults to \"\""]]