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

#include <logging_ops.h>

টেনসরের একটি তালিকা প্রিন্ট করে।

সারসংক্ষেপ

output input পাস করে এবং মূল্যায়ন করার সময় data প্রিন্ট করে।

যুক্তি:

  • স্কোপ: একটি স্কোপ অবজেক্ট
  • ইনপুট: টেনসর output চলে যায়
  • ডেটা: অপের মূল্যায়ন করার সময় প্রিন্ট আউট করার জন্য টেনসরের একটি তালিকা।

ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs ):

  • বার্তা: একটি স্ট্রিং, ত্রুটি বার্তার উপসর্গ।
  • first_n: শুধুমাত্র first_n সংখ্যক বার লগ করুন। -1 লগিং অক্ষম করে।
  • সংক্ষিপ্তকরণ: শুধুমাত্র প্রতিটি টেনসরের এই অনেকগুলি এন্ট্রি প্রিন্ট করুন।

রিটার্ন:

  • Output : = অপরিবর্তিত input টেনসর

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

Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data)
Print (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::InputList data, const Print::Attrs & attrs)

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

operation
output

পাবলিক ফাংশন

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

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

FirstN (int64 x)
Message (StringPiece x)
Summarize (int64 x)

কাঠামো

tensorflow:: ops:: Print:: Attrs

মুদ্রণের জন্য ঐচ্ছিক বৈশিষ্ট্য নির্ধারণকারী।

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

অপারেশন

Operation operation

আউটপুট

::tensorflow::Output output

পাবলিক ফাংশন

ছাপা

 Print(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::InputList data
)
 Print(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input,
  ::tensorflow::InputList data,
  const Print::Attrs & attrs
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

প্রথম এন

Attrs FirstN(
  int64 x
)

বার্তা

Attrs Message(
  StringPiece x
)

সারসংক্ষেপ

Attrs Summarize(
  int64 x
)