টেনসরফ্লো :: অপস:: DecodePaddedRaw
#include <parsing_ops.h>
সংখ্যার ভেক্টর হিসাবে একটি স্ট্রিংয়ের বাইটগুলিকে পুনরায় ব্যাখ্যা করুন।
সারাংশ
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- input_bytes: স্ট্রিং এর টেনসর ডিকোড করা হবে।
- fixed_length: ডিকোড করা আউটপুটের প্রতিটি উপাদানের জন্য বাইটে দৈর্ঘ্য। আউটপুট প্রকারের আকারের একাধিক হতে হবে।
ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs
):
- little_endian: ইনপুট
input_bytes
লিটল-এন্ডিয়ান ক্রমে আছে কিনা।out_type
মানের জন্য উপেক্ষা করা হয় যা একটি একক বাইটে সংরক্ষণ করা হয়, যেমনuint8
রিটার্ন:
-
Output
: ইনপুটbytes
চেয়ে একটি বেশি মাত্রা সহ একটি টেনসর । যোগ করা মাত্রার আকার হবেout_type
প্রতিনিধিত্ব করার জন্য বাইটের সংখ্যা দ্বারা বিভক্তbytes
উপাদানগুলির দৈর্ঘ্যের সমান।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
DecodePaddedRaw (const :: tensorflow::Scope & scope, :: tensorflow::Input input_bytes, :: tensorflow::Input fixed_length, DataType out_type) | |
DecodePaddedRaw (const :: tensorflow::Scope & scope, :: tensorflow::Input input_bytes, :: tensorflow::Input fixed_length, DataType out_type, const DecodePaddedRaw::Attrs & attrs) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
output |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক স্ট্যাটিক ফাংশন | |
---|---|
LittleEndian (bool x) |
কাঠামো | |
---|---|
tensorflow:: ops:: DecodePaddedRaw:: Attrs | DecodePaddedRaw- এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার। |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
আউটপুট
::tensorflow::Output output
পাবলিক ফাংশন
DecodePaddedRaw
DecodePaddedRaw( const ::tensorflow::Scope & scope, ::tensorflow::Input input_bytes, ::tensorflow::Input fixed_length, DataType out_type )
DecodePaddedRaw
DecodePaddedRaw( const ::tensorflow::Scope & scope, ::tensorflow::Input input_bytes, ::tensorflow::Input fixed_length, DataType out_type, const DecodePaddedRaw::Attrs & attrs )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const
পাবলিক স্ট্যাটিক ফাংশন
লিটলএন্ডিয়ান
Attrs LittleEndian( bool x )