টেনসরফ্লো :: অপস:: QuantizedInstanceNorm
#include <array_ops.h>কোয়ান্টাইজড ইনস্ট্যান্স স্বাভাবিকীকরণ।
সারাংশ
যুক্তি:
- স্কোপ: একটি স্কোপ অবজেক্ট
- x: একটি 4D ইনপুট টেনসর ।
- x_min: সর্বনিম্ন পরিমাপযুক্ত ইনপুট দ্বারা উপস্থাপিত মান।
- x_max: সর্বোচ্চ পরিমাপযুক্ত ইনপুট দ্বারা উপস্থাপিত মান।
 ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs ):
-  output_range_given: যদি সত্য হয়, given_y_minএবংgiven_y_minএবংgiven_y_maxআউটপুট পরিসীমা হিসেবে ব্যবহার করা হয়। অন্যথায়, বাস্তবায়ন আউটপুট পরিসীমা গণনা করে।
-  given_y_min: output_range_givenসত্য হলেy_minএ আউটপুট ।
-  given_y_max: y_maxএ আউটপুট যদিoutput_range_givenসত্য হয়।
- variance_epsilon: একটি ছোট ফ্লোট সংখ্যা যাতে 0 দ্বারা ভাগ না হয়।
-  min_separation: y_max - y_minএর সর্বনিম্ন মান
রিটার্ন:
-  Outputy: একটি 4D টেনসর ।
-  Outputy_min: সর্বনিম্ন কোয়ান্টাইজড আউটপুট দ্বারা উপস্থাপিত মান।
-  Outputy_max: সর্বোচ্চ পরিমাপকৃত আউটপুট দ্বারা উপস্থাপিত মান।
| কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর | |
|---|---|
| QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max) | |
| QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max, const QuantizedInstanceNorm::Attrs & attrs) | 
| পাবলিক বৈশিষ্ট্য | |
|---|---|
| operation | |
| y | |
| y_max | |
| y_min | |
| পাবলিক স্ট্যাটিক ফাংশন | |
|---|---|
| GivenYMax (float x) | |
| GivenYMin (float x) | |
| MinSeparation (float x) | |
| OutputRangeGiven (bool x) | |
| VarianceEpsilon (float x) | |
| কাঠামো | |
|---|---|
| tensorflow:: ops:: QuantizedInstanceNorm:: Attrs | QuantizedInstanceNorm- এর জন্য ঐচ্ছিক বৈশিষ্ট্য নির্ধারণকারী। | 
পাবলিক বৈশিষ্ট্য
অপারেশন
Operation operation
y
::tensorflow::Output y
y_max
::tensorflow::Output y_max
y_min
::tensorflow::Output y_min
পাবলিক ফাংশন
QuantizedInstanceNorm
QuantizedInstanceNorm( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input x_min, ::tensorflow::Input x_max )
QuantizedInstanceNorm
QuantizedInstanceNorm( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input x_min, ::tensorflow::Input x_max, const QuantizedInstanceNorm::Attrs & attrs )
পাবলিক স্ট্যাটিক ফাংশন
দেওয়াওয়াইম্যাক্স
Attrs GivenYMax( float x )
দেওয়াওয়াইমিন
Attrs GivenYMin( float x )
মিন সেপারেশন
Attrs MinSeparation( float x )
আউটপুট রেঞ্জ দেওয়া হয়েছে
Attrs OutputRangeGiven( bool x )
ভ্যারিয়েন্স এপসিলন
Attrs VarianceEpsilon( float x )