tensorflow :: ops :: LRN :: Attrs

#include <nn_ops.h>

Configuradores de atributos opcionais para LRN .

Resumo

Atributos públicos

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

Funções públicas

Alpha (float x)
TF_MUST_USE_RESULT Attrs
Um fator de escala, geralmente positivo.
Beta (float x)
TF_MUST_USE_RESULT Attrs
Um expoente.
Bias (float x)
TF_MUST_USE_RESULT Attrs
Um deslocamento (geralmente positivo para evitar a divisão por 0).
DepthRadius (int64 x)
TF_MUST_USE_RESULT Attrs
0-D.

Atributos públicos

alfa_

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

beta_

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

tendência_

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

deep_radius_

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

Funções públicas

Alfa

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

Um fator de escala, geralmente positivo.

Padrões para 1

Beta

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

Um expoente.

Padrões para 0,5

Tendência

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

Um deslocamento (geralmente positivo para evitar a divisão por 0).

Padrões para 1

DepthRadius

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

0-D.

Meia largura da janela de normalização 1-D.

Padrões para 5