تينسورفلو :: العمليات :: 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 )
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشكلة في العيّنات / التعليمات البرمجية"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]