تدفق التوتر:: العمليات:: QuantizedRelu6
#include <nn_ops.h>
يحسب الخطي المصحح الكمي 6: min(max(features, 0), 6)
ملخص
الحجج:
- النطاق: كائن النطاق
- 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 )
وظائف ثابتة العامة
نوع خارجي
Attrs OutType( DataType x )