tensorflow :: ops :: QuantizedInstanceNorm
#include <array_ops.h>
عادی سازی مصنوعی.
خلاصه
استدلال ها:
- دامنه: یک شی Sc Scope
- X: یک 4D ورودی تانسور .
- x_min: مقداری که با کمترین ورودی کوانتیزه شده نشان داده می شود.
- x_max: مقداری که با بالاترین ورودی کوانتیزه شده نشان داده می شود.
ویژگی های اختیاری (به Attrs
مراجعه کنید):
- output_range_given: اگر درست باشد ، داده
given_y_min
و دادهgiven_y_min
و دادهgiven_y_max
به عنوان محدوده خروجی استفاده می شوند. در غیر این صورت ، پیاده سازی محدوده خروجی را محاسبه می کند. - given_y_min: خروجی در
y_min
اگرoutput_range_given
درست باشد. - given_y_max: خروجی در
y_max
اگرoutput_range_given
درست باشد. - variance_epsilon: یک عدد شناور کوچک برای جلوگیری از تقسیم بر 0 است.
- min_separation: حداقل مقدار
y_max - y_min
بازده:
-
Output
y: یک سنسور 4D. -
Output
y_min: مقداری که کمترین خروجی کوانتیزه شده را نشان می دهد. -
Output
y_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
بله
::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 )
توابع استاتیک عمومی
GivenYMax
Attrs GivenYMax( float x )
GivenYMin
Attrs GivenYMin( float x )
MinSeparation
Attrs MinSeparation( float x )
OutputRangeGiven
Attrs OutputRangeGiven( bool x )
واریانس اپسیلون
Attrs VarianceEpsilon( float x )
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2020-04-20 بهوقت ساعت هماهنگ جهانی.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"اطلاعاتی که نیاز دارم وجود ندارد"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"بیشازحد پیچیده/ مراحل بسیار زیاد"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"قدیمی"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"مشکل ترجمه"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشکل کد / نمونهها"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"غیره"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"درک آسان"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"مشکلم را برطرف کرد"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"غیره"
}]