tensorflow:: אופס:: QuantizedInstanceNorm

#include <array_ops.h>

נורמליזציה של מופע כמותי.

סיכום

טיעונים:

  • scope: אובייקט Scope
  • x: Tensor קלט 4D .
  • x_min: הערך המיוצג על ידי הקלט הקוונטי הנמוך ביותר.
  • x_max: הערך המיוצג על ידי הקלט הקוונטי הגבוה ביותר.

מאפיינים אופציונליים (ראה Attrs ):

  • output_range_given: אם True, given_y_min ו- given_y_min ו- given_y_max משמשים כטווח הפלט. אחרת, היישום מחשב את טווח הפלט.
  • given_y_min: פלט ב- y_min אם output_range_given הוא True.
  • given_y_max: פלט ב- y_max אם output_range_given הוא True.
  • variance_epsilon: מספר צף קטן כדי להימנע מחלוקה ב-0.
  • min_separation: ערך מינימלי של y_max - y_min

החזרות:

  • Output y: A 4D Tensor .
  • Output y_min: הערך המיוצג על ידי הפלט הקוונטי הנמוך ביותר.
  • Output y_max: הערך המיוצג על ידי הפלט המקוונטי הגבוה ביותר.

בנאים והורסים

QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max)
QuantizedInstanceNorm (const :: tensorflow::Scope & scope, :: tensorflow::Input x, :: tensorflow::Input x_min, :: tensorflow::Input x_max, const QuantizedInstanceNorm::Attrs & attrs)

תכונות ציבוריות

operation
y
y_max
y_min

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

GivenYMax (float x)
GivenYMin (float x)
MinSeparation (float x)
OutputRangeGiven (bool x)
VarianceEpsilon (float x)

מבנים

tensorflow:: ops:: QuantizedInstanceNorm:: Attrs

קובעי תכונות אופציונליים עבור QuantizedInstanceNorm .

תכונות ציבוריות

מבצע

Operation operation

y

::tensorflow::Output y

y_max

::tensorflow::Output y_max

y_min

::tensorflow::Output y_min

תפקידים ציבוריים

QuantizedInstanceNorm

 QuantizedInstanceNorm(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input x_min,
  ::tensorflow::Input x_max
)

QuantizedInstanceNorm

 QuantizedInstanceNorm(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input x,
  ::tensorflow::Input x_min,
  ::tensorflow::Input x_max,
  const QuantizedInstanceNorm::Attrs & attrs
)

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

GivenYMax

Attrs GivenYMax(
  float x
)

GivenYMin

Attrs GivenYMin(
  float x
)

MinSeparation

Attrs MinSeparation(
  float x
)

OutputRangeGiven

Attrs OutputRangeGiven(
  bool x
)

VarianceEpsilon

Attrs VarianceEpsilon(
  float x
)