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

#include <logging_ops.h>

একটি সেন্সর সহ একটি Summary প্রোটোকল বাফার আউটপুট দেয়।

সারসংক্ষেপ

এই বিকল্পটি পর্যায়ক্রমে টেনসরসমারিভি 2 এর পক্ষে করা হচ্ছে, যা কলকারীরা একটি ট্যাগ পাশ করার পাশাপাশি একটি সিরিয়ালযুক্ত সংক্ষিপ্তসারতা মেটাডাটা প্রোটো স্ট্রিংয়ে প্লাগইন-নির্দিষ্ট ডেটা ধারণ করে। পিছনের সামঞ্জস্যতা বজায় রাখার জন্য আমরা এই বিকল্পটি রাখব।

যুক্তি:

  • সুযোগ: একটি স্কোপ অবজেক্ট
  • টেনসর: সিরিয়ালাইজ করার জন্য একটি টেন্সর।

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

  • বিবরণ: একটি জসন-এনকোড সংক্ষিপ্ত বিবরণ প্রোটো।
  • লেবেল: স্ট্রিংগুলির একটি অব্যবহৃত তালিকা।
  • প্রদর্শন_নাম: একটি অব্যবহৃত স্ট্রিং।

রিটার্নস:

  • Output : সংক্ষিপ্ত টেন্সর।

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

TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor)
TensorSummary (const :: tensorflow::Scope & scope, :: tensorflow::Input tensor, const TensorSummary::Attrs & attrs)

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

operation
summary

পাবলিক ফাংশন

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

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

Description (StringPiece x)
DisplayName (StringPiece x)
Labels (const gtl::ArraySlice< string > & x)

স্ট্রাক্টস

টেনসরফ্লো :: অপ্স :: টেনসরসুমারী :: অ্যাটারস

টেনসরসারির জন্য ptionচ্ছিক অ্যাট্রিবিউট সেটটার

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

অপারেশন

Operation operation

সারসংক্ষেপ

::tensorflow::Output summary

পাবলিক ফাংশন

টেনসরস্মামারি

 TensorSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor
)

টেনসরস্মামারি

 TensorSummary(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor,
  const TensorSummary::Attrs & attrs
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

বর্ণনা

Attrs Description(
  StringPiece x
)

প্রদর্শন নাম

Attrs DisplayName(
  StringPiece x
)

লেবেল

Attrs Labels(
  const gtl::ArraySlice< string > & x
)