تينسورفلو :: العمليات :: FakeQuantWithMinMaxVarsGradient
#include <array_ops.h>
حساب التدرجات لعملية FakeQuantWithMinMaxVars .
ملخص
الحجج:
- النطاق: كائن النطاق
- التدرجات: التدرجات Backpropagated فوق عملية FakeQuantWithMinMaxVars .
- المدخلات: تم تمرير القيم كمدخلات لعملية FakeQuantWithMinMaxVars . الحد الأدنى ، الحد الأقصى: الفاصل الكمي ، العوامات العددية.
السمات الاختيارية (انظر Attrs
):
- عدد_بتات: عرض البت للتكمية ؛ بين 2 و 8 ، ضمناً.
- tight_range: ما إذا كان سيتم القياس إلى 2 ^ num_bits - 1 قيمة مميزة.
عائدات:
-
Output
backprops_wrt_input: تدرجات متداخلة مكتوبة بخط اليد:gradients * (inputs >= min && inputs <= max)
. -
Output
backprop_wrt_min: التدرجات backpropagated wrt min المعلمة:sum(gradients * (inputs < min))
. -
Output
backprop_wrt_max: التدرجات Backpropagated wrt max المعلمة:sum(gradients * (inputs > max))
.
البنائين والمدمرين | |
---|---|
FakeQuantWithMinMaxVarsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, :: tensorflow::Input min, :: tensorflow::Input max) | |
FakeQuantWithMinMaxVarsGradient (const :: tensorflow::Scope & scope, :: tensorflow::Input gradients, :: tensorflow::Input inputs, :: tensorflow::Input min, :: tensorflow::Input max, const FakeQuantWithMinMaxVarsGradient::Attrs & attrs) |
السمات العامة | |
---|---|
backprop_wrt_max | |
backprop_wrt_min | |
backprops_wrt_input | |
operation |
وظائف ثابتة عامة | |
---|---|
NarrowRange (bool x) | |
NumBits (int64 x) |
الهياكل | |
---|---|
tensorflow :: ops :: FakeQuantWithMinMaxVarsGradient :: Attrs | محددات السمات الاختيارية لـ FakeQuantWithMinMaxVarsGradient . |
السمات العامة
backprop_wrt_max
::tensorflow::Output backprop_wrt_max
backprop_wrt_min
::tensorflow::Output backprop_wrt_min
backprops_wrt_input
::tensorflow::Output backprops_wrt_input
عملية
Operation operation
الوظائف العامة
FakeQuantWithMinMaxVarsGradient
FakeQuantWithMinMaxVarsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs, ::tensorflow::Input min, ::tensorflow::Input max )
FakeQuantWithMinMaxVarsGradient
FakeQuantWithMinMaxVarsGradient( const ::tensorflow::Scope & scope, ::tensorflow::Input gradients, ::tensorflow::Input inputs, ::tensorflow::Input min, ::tensorflow::Input max, const FakeQuantWithMinMaxVarsGradient::Attrs & attrs )
وظائف ثابتة عامة
نطاق ضيق
0 بيفاد 30نومبيتس
Attrs NumBits( int64 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":"غير ذلك"
}]