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