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