tensorflow:: אופס:: QuantizedRelu6
#include <nn_ops.h>
מחשב Quantized Rectified Linear 6: min(max(features, 0), 6)
תַקצִיר
טיעונים:
- scope: אובייקט Scope
- min_features: הערך הצף שהערך הקוונטי הנמוך ביותר מייצג.
- max_features: הערך הצף שהערך הקוונטי הגבוה ביותר מייצג.
החזרות:
- הפעלות
Output
: בעלת צורת פלט זהה ל"תכונות". -
Output
min_activations: הערך הצף שהערך המקוונטי הנמוך ביותר מייצג. -
Output
max_activations: הערך הצף שהערך המקוונטי הגבוה ביותר מייצג.
בנאים והורסים | |
---|---|
QuantizedRelu6 (const :: tensorflow::Scope & scope, :: tensorflow::Input features, :: tensorflow::Input min_features, :: tensorflow::Input max_features) | |
QuantizedRelu6 (const :: tensorflow::Scope & scope, :: tensorflow::Input features, :: tensorflow::Input min_features, :: tensorflow::Input max_features, const QuantizedRelu6::Attrs & attrs) |
תכונות ציבוריות | |
---|---|
activations | |
max_activations | |
min_activations | |
operation |
מבנים | |
---|---|
tensorflow:: ops:: QuantizedRelu6:: Attrs | קובעי תכונות אופציונליים עבור QuantizedRelu6 . |
תכונות ציבוריות
הפעלות
::tensorflow::Output activations
max_activations
::tensorflow::Output max_activations
min_activations
::tensorflow::Output min_activations
מִבצָע
Operation operation
תפקידים ציבוריים
QuantizedRelu6
QuantizedRelu6( const ::tensorflow::Scope & scope, ::tensorflow::Input features, ::tensorflow::Input min_features, ::tensorflow::Input max_features )
QuantizedRelu6
QuantizedRelu6( const ::tensorflow::Scope & scope, ::tensorflow::Input features, ::tensorflow::Input min_features, ::tensorflow::Input max_features, const QuantizedRelu6::Attrs & attrs )
פונקציות סטטיות ציבוריות
OutType
Attrs OutType( DataType x )