تينسورفلو :: العمليات :: النموذج الكمي
#include <array_ops.h>
تطبيع المثيل الكمي.
ملخص
الحجج:
- النطاق: كائن النطاق
- x: موتر إدخال رباعي الأبعاد.
- 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( const ::tensorflow::Scope & scope, ::tensorflow::Input x, ::tensorflow::Input x_min, ::tensorflow::Input x_max )
النموذج الكمي
03 ج 8001880وظائف ثابتة عامة
جيفن واي ماكس
Attrs GivenYMax( float x )
جيفن
Attrs GivenYMin( float x )
دقيقة
Attrs MinSeparation( float x )
OutputRangeGiven
Attrs OutputRangeGiven( bool x )
الفارق ابسيلون
Attrs VarianceEpsilon( float x )
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة 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":"غير ذلك"
}]