টেনসরফ্লো :: অপস:: TensorArrayScatter

#include <data_flow_ops.h>

ইনপুট মান থেকে নির্দিষ্ট TensorArray উপাদানগুলিতে ডেটা ছড়িয়ে দিন।

সারসংক্ষেপ

indices অবশ্যই একটি ভেক্টর হতে হবে, এর দৈর্ঘ্য অবশ্যই value প্রথম ম্লানের সাথে মেলে।

যুক্তি:

  • স্কোপ: একটি স্কোপ অবজেক্ট
  • হ্যান্ডেল: একটি TensorArray- এর হ্যান্ডেল।
  • সূচক: অবস্থান যেখানে টেনসর উপাদানগুলি লিখতে হবে।
  • মান: TensorArray- এ লেখার জন্য সংযুক্ত টেনসর।
  • flow_in: একটি ফ্লোট স্কেলার যা অপারেশনের সঠিক চেইনিং প্রয়োগ করে।

রিটার্ন:

  • Output : একটি ফ্লোট স্কেলার যা অপারেশনের সঠিক চেইনিং প্রয়োগ করে।

কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর

TensorArrayScatter (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input indices, :: tensorflow::Input value, :: tensorflow::Input flow_in)

পাবলিক বৈশিষ্ট্য

flow_out
operation

পাবলিক ফাংশন

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

পাবলিক বৈশিষ্ট্য

বাইরে নির্গত

::tensorflow::Output flow_out

অপারেশন

Operation operation

পাবলিক ফাংশন

TensorArrayScatter

 TensorArrayScatter(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input indices,
  ::tensorflow::Input value,
  ::tensorflow::Input flow_in
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const