সেন্সরফ্লো :: অপস :: QuanisedAvgPool
#include <nn_ops.h>
কোয়ান্টাইটিসড ধরণের জন্য ইনপুট টেনসারের গড় পুল তৈরি করে।
সারসংক্ষেপ
যুক্তি:
- সুযোগ: একটি স্কোপ অবজেক্ট
- ইনপুট: আকৃতির
[batch, height, width, channels]
সহ 4-ডি। - মিনি_ইনপুট: সর্বনিম্ন কোয়ান্টাইজড ইনপুট মানটি প্রতিনিধিত্ব করে এমন ফ্লোট মান।
- সর্বোচ্চ_পিন্ড: সর্বাধিক কোয়ান্টাইজড ইনপুট মান প্রতিনিধিত্ব করে এমন ফ্লোট মান।
- ksize: ইনপুট টেনসরের প্রতিটি মাত্রার জন্য উইন্ডোর আকার। ইনপুটটির মাত্রাগুলির সংখ্যার সাথে মিল করতে দৈর্ঘ্য 4 হতে হবে।
- স্ট্রাইডস: ইনপুট টেনসরের প্রতিটি মাত্রার জন্য স্লাইডিং উইন্ডোর স্ট্রাইড। ইনপুটটির মাত্রাগুলির সংখ্যার সাথে মিল করতে দৈর্ঘ্য 4 হতে হবে।
- প্যাডিং: প্যাডিং অ্যালগরিদমের ধরণটি।
রিটার্নস:
-
Output
আউটপুট -
Output
মিনি_আউটপুট: সর্বনিম্ন কোয়ান্টাইজড আউটপুট মান প্রতিনিধিত্ব করে এমন ফ্লোট মান। -
Output
সর্বোচ্চ_আউটপুট: সর্বাধিক কোয়ান্টাইজড আউটপুট মান প্রতিনিধিত্ব করে এমন ফ্লোট মান।
নির্মাণকারী এবং ধ্বংসকারী | |
---|---|
QuantizedAvgPool (const :: tensorflow::Scope & scope, :: tensorflow::Input input, :: tensorflow::Input min_input, :: tensorflow::Input max_input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding) |
জনসাধারণের গুণাবলী | |
---|---|
max_output | |
min_output | |
operation | |
output |
জনসাধারণের গুণাবলী
সর্বোচ্চ_আউটপুট
::tensorflow::Output max_output
মিনি_আউটপুট
::tensorflow::Output min_output
অপারেশন
Operation operation
আউটপুট
::tensorflow::Output output
পাবলিক ফাংশন
QuanisedAvgPool
QuantizedAvgPool( const ::tensorflow::Scope & scope, ::tensorflow::Input input, ::tensorflow::Input min_input, ::tensorflow::Input max_input, const gtl::ArraySlice< int > & ksize, const gtl::ArraySlice< int > & strides, StringPiece padding )