টেনসরফ্লো :: অপস:: RestoreSlice
#include <io_ops.h>
চেকপয়েন্ট ফাইল থেকে একটি টেনসর পুনরুদ্ধার করে।
সারাংশ
এটি Restore
মতো, তবে পুনরুদ্ধার করা টেনসরকে একটি বড় টেনসরের একটি স্লাইস পূরণ হিসাবে তালিকাভুক্ত করা যেতে পারে। shape_and_slice
বৃহত্তর টেনসরের আকৃতি এবং পুনরুদ্ধার করা টেনসর কভার করে এমন স্লাইস নির্দিষ্ট করে।
SaveSlices
অপ-এর shapes_and_slices
ইনপুটের উপাদানগুলির মতো shape_and_slice
ইনপুটটির বিন্যাস একই।
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- file_pattern: একটি একক উপাদান থাকতে হবে। যে ফাইলগুলি থেকে আমরা টেনসর পড়ি তার প্যাটার্ন।
- tensor_name: একটি একক উপাদান থাকতে হবে। পুনঃস্থাপন করা টেনসরের নাম।
- আকৃতি_এন্ড_স্লাইস: স্কেলার। একটি টেনসর পুনরুদ্ধার করার সময় ব্যবহার করা আকার এবং স্লাইস স্পেসিফিকেশন।
- dt: টেনসরের ধরন পুনরুদ্ধার করা হবে।
ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs
):
- preferred_shard: একাধিক ফাইল
file_pattern
সাথে মিলে গেলে প্রথমে খোলার জন্য ফাইলের সূচী।Restore
জন্য ডকুমেন্টেশন দেখুন।
রিটার্ন:
-
Output
: পুনরুদ্ধার করা টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
RestoreSlice (const :: tensorflow::Scope & scope, :: tensorflow::Input file_pattern, :: tensorflow::Input tensor_name, :: tensorflow::Input shape_and_slice, DataType dt) | |
RestoreSlice (const :: tensorflow::Scope & scope, :: tensorflow::Input file_pattern, :: tensorflow::Input tensor_name, :: tensorflow::Input shape_and_slice, DataType dt, const RestoreSlice::Attrs & attrs) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
tensor |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক স্ট্যাটিক ফাংশন | |
---|---|
PreferredShard (int64 x) |
কাঠামো | |
---|---|
tensorflow:: ops:: RestoreSlice:: Attrs | RestoreSlice- এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার। |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
টেনসর
::tensorflow::Output tensor
পাবলিক ফাংশন
RestoreSlice
RestoreSlice( const ::tensorflow::Scope & scope, ::tensorflow::Input file_pattern, ::tensorflow::Input tensor_name, ::tensorflow::Input shape_and_slice, DataType dt )
RestoreSlice
RestoreSlice( const ::tensorflow::Scope & scope, ::tensorflow::Input file_pattern, ::tensorflow::Input tensor_name, ::tensorflow::Input shape_and_slice, DataType dt, const RestoreSlice::Attrs & attrs )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const
পাবলিক স্ট্যাটিক ফাংশন
PreferredShard
Attrs PreferredShard( int64 x )