tensorflow:: אופס:: LRN:: Attrs

#include <nn_ops.h>

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

סיכום

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

alpha_ = 1.0f
float
beta_ = 0.5f
float
bias_ = 1.0f
float
depth_radius_ = 5
int64

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

Alpha (float x)
TF_MUST_USE_RESULT Attrs
גורם בקנה מידה, בדרך כלל חיובי.
Beta (float x)
TF_MUST_USE_RESULT Attrs
מעריך.
Bias (float x)
TF_MUST_USE_RESULT Attrs
קיזוז (בדרך כלל חיובי כדי להימנע מחלוקה ב-0).
DepthRadius (int64 x)
TF_MUST_USE_RESULT Attrs
0-D.

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

אלפא_

float tensorflow::ops::LRN::Attrs::alpha_ = 1.0f

בטא_

float tensorflow::ops::LRN::Attrs::beta_ = 0.5f

הֲטָיָה_

float tensorflow::ops::LRN::Attrs::bias_ = 1.0f

רדיוס_עומק

int64 tensorflow::ops::LRN::Attrs::depth_radius_ = 5

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

אלפא

TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::Alpha(
  float x
)

גורם בקנה מידה, בדרך כלל חיובי.

ברירת המחדל היא 1

בטא

TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::Beta(
  float x
)

מעריך.

ברירת המחדל היא 0.5

הֲטָיָה

TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::Bias(
  float x
)

קיזוז (בדרך כלל חיובי כדי להימנע מחלוקה ב-0).

ברירת המחדל היא 1

DepthRadius

TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::DepthRadius(
  int64 x
)

0-D.

חצי רוחב של חלון הנורמליזציה ה-1-D.

ברירת המחדל היא 5