tensorflow :: অপস:: টেনসরসারসংক্ষেপ

#include <logging_ops.h>

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

সারসংক্ষেপ

এই অপশনটি TensorSummaryV2 এর পক্ষে পর্যায়ক্রমে আউট করা হচ্ছে, যা কলারদের একটি ট্যাগ পাস করার পাশাপাশি একটি সিরিয়ালাইজড SummaryMetadata প্রোটো স্ট্রিং যাতে প্লাগইন-নির্দিষ্ট ডেটা রয়েছে। আমরা পিছনের সামঞ্জস্য বজায় রাখার জন্য এই অপটি রাখব।

যুক্তি:

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

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

  • বর্ণনা: একটি json-এনকোডেড SummaryDescription প্রোটো।
  • লেবেল: স্ট্রিংগুলির একটি অব্যবহৃত তালিকা৷
  • display_name: একটি অব্যবহৃত স্ট্রিং।

রিটার্ন:

  • 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)

কাঠামো

tensorflow:: ops:: TensorSummary:: Attrs

TensorSummary- এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার।

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

অপারেশন

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
)