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

#include <array_ops.h>

একটি স্থানধারক অপ যা input দিয়ে যায় যখন তার আউটপুট খাওয়ানো হয় না।

সারসংক্ষেপ

যুক্তি:

  • স্কোপ: একটি স্কোপ অবজেক্ট
  • ইনপুট: output খাওয়ানো না হলে উৎপাদিত ডিফল্ট মান।
  • আকৃতি: টেনসরের (সম্ভবত আংশিক) আকৃতি।

রিটার্ন:

  • Output : একটি প্লেসহোল্ডার টেনসর যা input না দিলে ডিফল্ট হয়।

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

PlaceholderWithDefault (const :: tensorflow::Scope & scope, :: tensorflow::Input input, PartialTensorShape shape)

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

operation
output

পাবলিক ফাংশন

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

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

অপারেশন

Operation operation

আউটপুট

::tensorflow::Output output

পাবলিক ফাংশন

PlaceholderWithDefault

 PlaceholderWithDefault(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  PartialTensorShape shape
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const