টেনসরফ্লো :: অপস:: TensorArrayGather
#include <data_flow_ops.h>
আউটপুট value
মধ্যে TensorArray থেকে নির্দিষ্ট উপাদান সংগ্রহ করুন ।
সারাংশ
indices
দ্বারা নির্বাচিত সমস্ত উপাদান একই আকৃতি থাকতে হবে।
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- হ্যান্ডেল: একটি TensorArray- এর হ্যান্ডেল।
- সূচক: TensorArray- এর অবস্থানগুলি যেখান থেকে টেনসর উপাদানগুলি পড়তে হয়।
- flow_in: একটি ফ্লোট স্কেলার যা অপারেশনের সঠিক চেইনিং প্রয়োগ করে।
- dtype: যে উপাদানটি ফেরত দেওয়া হয় তার ধরন।
ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs
):
- element_shape: একটি উপাদানের প্রত্যাশিত আকৃতি, যদি জানা যায়। TensorArray উপাদানের আকার যাচাই করতে ব্যবহৃত হয়। যদি এই আকারটি সম্পূর্ণরূপে নির্দিষ্ট করা না থাকে, তাহলে শূন্য-আকারের TensorArrays সংগ্রহ করা একটি ত্রুটি।
রিটার্ন:
-
Output
: TensorArray- এর সমস্ত উপাদান, একটি নতুন অক্ষ বরাবর সংযুক্ত (নতুন মাত্রা 0)।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype) | |
TensorArrayGather (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
value |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক স্ট্যাটিক ফাংশন | |
---|---|
ElementShape (PartialTensorShape x) |
কাঠামো | |
---|---|
tensorflow:: ops:: TensorArrayGather:: Attrs | TensorArrayGather- এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার। |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
মান
::tensorflow::Output value
পাবলিক ফাংশন
TensorArrayGather
TensorArrayGather( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input flow_in, DataType dtype )
TensorArrayGather
TensorArrayGather( const ::tensorflow::Scope & scope, ::tensorflow::Input handle, ::tensorflow::Input indices, ::tensorflow::Input flow_in, DataType dtype, const TensorArrayGather::Attrs & attrs )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const
পাবলিক স্ট্যাটিক ফাংশন
এলিমেন্টশেপ
Attrs ElementShape( PartialTensorShape x )