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

#include <data_flow_ops.h>

টেনসর_অ্যারেতে একটি উপাদান পুশ করুন।

সারসংক্ষেপ

যুক্তি:

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

রিটার্ন:

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

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

TensorArrayWrite (const :: tensorflow::Scope & scope, :: tensorflow::Input handle, :: tensorflow::Input index, :: 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

পাবলিক ফাংশন

TensorArrayWrite

 TensorArrayWrite(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input handle,
  ::tensorflow::Input index,
  ::tensorflow::Input value,
  ::tensorflow::Input flow_in
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const