tensorflow:: אופס:: FakeQuantWithMinMaxVarsGradient
#include <array_ops.h>
חישוב מעברי צבע עבור פעולת FakeQuantWithMinMaxVars .
תַקצִיר
טיעונים:
- scope: אובייקט Scope
- שיפועים: שיפועים שהופצו לאחור מעל פעולת FakeQuantWithMinMaxVars .
- כניסות: ערכים שהועברו כקלט לפעולת FakeQuantWithMinMaxVars . min, max: מרווח קוונטיזציה, צפים סקלרים.
מאפיינים אופציונליים (ראה Attrs
):
- num_bits: רוחב הסיביות של הקוונטיזציה; בין 2 ל-8, כולל.
- narrow_range: האם לכמת ל-2^num_bits - 1 ערכים נפרדים.
החזרות:
-
Output
backprops_wrt_input: מעברי צבע המופצים לאחור עם כניסות:gradients * (inputs >= min && inputs <= max)
. -
Output
backprop_wrt_min: מעברים מופצים לאחור wrt min פרמטר:sum(gradients * (inputs < min))
. -
Output
backprop_wrt_max: מעברים מופצים לאחור 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 )
פונקציות סטטיות ציבוריות
טווח צר
Attrs NarrowRange( bool x )
NumBits
Attrs NumBits( int64 x )
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-11 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-11-11 (שעון UTC)."],[],[]]