tensor akışı:: işlem:: LRN:: Öznitelikler
#include <nn_ops.h>
LRN için isteğe bağlı öznitelik ayarlayıcılar.
Özet
Genel özellikler | |
---|---|
alpha_ = 1.0f | float |
beta_ = 0.5f | float |
bias_ = 1.0f | float |
depth_radius_ = 5 | int64 |
Kamu işlevleri | |
---|---|
Alpha (float x) | TF_MUST_USE_RESULT Attrs Genellikle pozitif olan bir ölçek faktörü. |
Beta (float x) | TF_MUST_USE_RESULT Attrs Bir üs. |
Bias (float x) | TF_MUST_USE_RESULT Attrs Bir uzaklık (0'a bölünmeyi önlemek için genellikle pozitif). |
DepthRadius (int64 x) | TF_MUST_USE_RESULT Attrs 0-D. |
Genel özellikler
alfa_
float tensorflow::ops::LRN::Attrs::alpha_ = 1.0f
beta_
float tensorflow::ops::LRN::Attrs::beta_ = 0.5f
ön yargı_
float tensorflow::ops::LRN::Attrs::bias_ = 1.0f
derinlik_yarıçap_
int64 tensorflow::ops::LRN::Attrs::depth_radius_ = 5
Kamu işlevleri
Alfa
TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::Alpha( float x )
Genellikle pozitif olan bir ölçek faktörü.
Varsayılan 1'dir
Beta
TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::Beta( float x )
Bir üs.
Varsayılan 0,5'tir
Ön yargı
TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::Bias( float x )
Bir uzaklık (0'a bölünmeyi önlemek için genellikle pozitif).
Varsayılan 1'dir
DerinlikYarıçap
TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::DepthRadius( int64 x )
0-D.
1 boyutlu normalleştirme penceresinin yarı genişliği.
Varsayılan 5'tir