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

פונקציות סטטיות ציבוריות

OutType (DataType x)

מבנים

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
)