Google I/O-তে টিউন করার জন্য ধন্যবাদ। চাহিদা অনুযায়ী সব সেশন দেখুন চাহিদা অনুযায়ী দেখুন

সেন্সরফ্লো :: অপস :: টেনসরআরেগ্যাডার

#include <data_flow_ops.h>

জড়ো করা থেকে নির্দিষ্ট উপাদানের TensorArray আউটপুট মধ্যে value

সারসংক্ষেপ

indices দ্বারা নির্বাচিত সমস্ত উপাদানগুলির অবশ্যই একই আকার থাকতে হবে।

যুক্তি:

  • সুযোগ: একটি স্কোপ অবজেক্ট
  • হ্যান্ডেল: একটি টেনসরআরে হ্যান্ডেল।
  • সূচকগুলি: টেনসরআর্রে অবস্থানগুলি যা থেকে সেন্সর উপাদানগুলি পড়তে হয়।
  • ফ্লো_ইন: একটি ফ্লোট স্কেলার যা অপারেশনের যথাযথ শৃঙ্খলা প্রয়োগ করে।
  • dtype: ফেরত দেওয়া এলেমের ধরণ।

Attrs বৈশিষ্ট্য ( Attrs ):

  • এলিমেন্ট_শ্যাপ: জানা থাকলে কোনও উপাদানের প্রত্যাশিত আকার। টেনসরআরে উপাদানগুলির আকারগুলি বৈধকরণ করতে ব্যবহৃত হয়। যদি এই আকারটি পুরোপুরি নির্দিষ্ট না করা থাকে তবে শূন্য-আকারের টেনসরআরেগুলি সংগ্রহ করা একটি ত্রুটি।

রিটার্নস:

নির্মাণকারী এবং ধ্বংসকারী

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)

স্ট্রাক্টস

টেনসরফ্লো :: অপ্স :: টেনসরআরেগ্যাডার :: অ্যাটারস

টেনসরআরাইগ্র্যাথারের জন্য .চ্ছিক বৈশিষ্ট্য নির্ধারক set

জনসাধারণের গুণাবলী

অপারেশন

Operation operation

মান

::tensorflow::Output value

পাবলিক ফাংশন

টেনসরআরেগ্যাডার

 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
)

নোড

::tensorflow::Node * node() const 

অপারেটর :: টেনসরফ্লো :: ইনপুট

 operator::tensorflow::Input() const 

অপারেটর :: টেনসরফ্লো :: আউটপুট

 operator::tensorflow::Output() const 

পাবলিক স্ট্যাটিক ফাংশন

এলিমেন্টশ্যাপ

Attrs ElementShape(
  PartialTensorShape x
)