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

#include <parsing_ops.h>

একটি সিরিয়ালাইজড টেনসরফ্লো। টেনসরপ্রোটো প্রোটোকে টেনসরে রূপান্তরিত করে।

সারসংক্ষেপ

যুক্তি:

  • স্কোপ: একটি স্কোপ অবজেক্ট
  • সিরিয়ালাইজড: একটি স্কেলার স্ট্রিং যাতে একটি ক্রমিক টেনসরপ্রোটো প্রোটো থাকে।
  • out_type: সিরিয়ালাইজড টেনসরের ধরন। প্রদত্ত টাইপ অবশ্যই সিরিয়ালাইজড টেনসরের প্রকারের সাথে মেলে এবং কোন অন্তর্নিহিত রূপান্তর ঘটবে না।

রিটার্ন:

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

ParseTensor (const :: tensorflow::Scope & scope, :: tensorflow::Input serialized, DataType out_type)

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

operation
output

পাবলিক ফাংশন

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

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

অপারেশন

Operation operation

আউটপুট

::tensorflow::Output output

পাবলিক ফাংশন

পার্স টেনসর

 ParseTensor(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input serialized,
  DataType out_type
)

নোড

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const