সেন্সরফ্লো :: অপস :: অ্যাভিজিপুল
#include <nn_ops.h>
ইনপুটটিতে গড় পুলিং সম্পাদন করে।
সারসংক্ষেপ
output
প্রতিটি এন্ট্রি value
ksize
সংশ্লিষ্ট আকার ksize
উইন্ডোর গড় the
যুক্তি:
- সুযোগ: একটি স্কোপ অবজেক্ট
- মান: আকারের সাথে 4-ডি
[batch, height, width, channels]
। - ksize:
value
প্রতিটি মাত্রার জন্য স্লাইডিং উইন্ডোর আকার। - স্ট্রাইডস:
value
প্রতিটি মাত্রার জন্য স্লাইডিং উইন্ডোর স্ট্রাইড। - প্যাডিং: প্যাডিং অ্যালগরিদমের ধরণটি।
- ডেটা_ফর্ম্যাট: ইনপুট এবং আউটপুট ডেটার ডেটা ফর্ম্যাট উল্লেখ করুন। ডিফল্ট ফর্ম্যাট "এনএইচডব্লিউসি" এর সাথে ডেটাটি এই ক্রমে সংরক্ষণ করা হয়: [ব্যাচ, ইনহাইট, ইন_উইথ, ইন_চ্যানেলস]। বিকল্পভাবে, ফর্ম্যাটটি "এনসিএইচডাব্লু" হতে পারে, এর ডেটা স্টোরেজ ক্রম: [ব্যাচ, ইন_চ্যানেলস, ইনহাইট, ইন_ওয়াইথ]।
রিটার্নস:
-
Output
: গড় পোল্ড আউটপুট টেনসর।
নির্মাণকারী এবং ধ্বংসকারী | |
---|---|
AvgPool (const :: tensorflow::Scope & scope, :: tensorflow::Input value, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding) | |
AvgPool (const :: tensorflow::Scope & scope, :: tensorflow::Input value, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const AvgPool::Attrs & attrs) |
জনসাধারণের গুণাবলী | |
---|---|
operation | |
output |
পাবলিক ফাংশন | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
পাবলিক স্ট্যাটিক ফাংশন | |
---|---|
DataFormat (StringPiece x) |
স্ট্রাক্টস | |
---|---|
টেনসরফ্লো :: অপস :: অ্যাভিজিপুল :: অ্যাটারস | অ্যাভিজিপুলের জন্য .চ্ছিক বৈশিষ্ট্য নির্ধারক set |
জনসাধারণের গুণাবলী
অপারেশন
Operation operation
আউটপুট
::tensorflow::Output output
পাবলিক ফাংশন
অ্যাভিজিপুল
AvgPool( const ::tensorflow::Scope & scope, ::tensorflow::Input value, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding )
অ্যাভিজিপুল
AvgPool( const ::tensorflow::Scope & scope, ::tensorflow::Input value, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding, const AvgPool::Attrs & attrs )
নোড
::tensorflow::Node * node() const
অপারেটর :: টেনসরফ্লো :: ইনপুট
operator::tensorflow::Input() const
অপারেটর :: টেনসরফ্লো :: আউটপুট
operator::tensorflow::Output() const
পাবলিক স্ট্যাটিক ফাংশন
উপাত্ত বিন্যাস
Attrs DataFormat( StringPiece x )