টেনসরফ্লো :: অপস:: ম্যাক্সপুল 3ডি
#include <nn_ops.h>
ইনপুটে 3D সর্বোচ্চ পুলিং সম্পাদন করে।
সারাংশ
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- ইনপুট: পুল ওভার করার জন্য আকৃতি
[batch, depth, rows, cols, channels]
টেনসর। - ksize: দৈর্ঘ্যের 1-D টেনসর 5. ইনপুট টেনসরের প্রতিটি মাত্রার জন্য উইন্ডোর আকার।
ksize[0] = ksize[4] = 1
থাকতে হবে। - স্ট্রাইডস: দৈর্ঘ্যের 1-ডি টেনসর 5.
input
প্রতিটি মাত্রার জন্য স্লাইডিং উইন্ডোর অগ্রগতি।strides[0] = strides[4] = 1
থাকতে হবে। - প্যাডিং: ব্যবহার করার জন্য প্যাডিং অ্যালগরিদমের ধরন।
ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs
):
- data_format: ইনপুট এবং আউটপুট ডেটার ডেটা বিন্যাস। ডিফল্ট ফর্ম্যাট "NDHWC" এর সাথে, ডেটা এই ক্রমে সংরক্ষিত হয়: [ব্যাচ, ইন_ডেপথ, ইন_উচ্চতা, ইন_প্রস্থ, ইন_চ্যানেল]। বিকল্পভাবে, ফর্ম্যাটটি "NCDHW" হতে পারে, ডেটা স্টোরেজ অর্ডার হল: [ব্যাচ, ইন_চ্যানেল, ইন_ডেপথ, ইন_উচ্চতা, ইন_প্রস্থ]।
রিটার্ন:
-
Output
: সর্বোচ্চ পুল আউটপুট টেনসর।
কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
---|---|
MaxPool3D (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding) | |
MaxPool3D (const :: tensorflow::Scope & scope, :: tensorflow::Input input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPool3D::Attrs & attrs) |
পাবলিক বৈশিষ্ট্য | |
---|---|
operation | |
output |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক স্ট্যাটিক ফাংশন | |
---|---|
DataFormat (StringPiece x) |
কাঠামো | |
---|---|
tensorflow:: ops:: MaxPool3D:: Attrs | MaxPool3D- এর জন্য ঐচ্ছিক অ্যাট্রিবিউট সেটার। |
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
আউটপুট
::tensorflow::Output output
পাবলিক ফাংশন
ম্যাক্সপুল 3ডি
MaxPool3D( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding )
ম্যাক্সপুল 3ডি
MaxPool3D( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const MaxPool3D::Attrs & attrs )
নোড
::tensorflow::Node * node() const
অপারেটর::টেনসরফ্লো::ইনপুট
operator::tensorflow::Input() const
অপারেটর::টেনসরফ্লো::আউটপুট
operator::tensorflow::Output() const
পাবলিক স্ট্যাটিক ফাংশন
ডেটা ফরম্যাট
Attrs DataFormat( StringPiece x )