텐서플로우:: 작전:: LRN:: 속성
#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::Bias( float x )
오프셋(0으로 나누는 것을 피하기 위해 일반적으로 양수).
기본값은 1입니다.
깊이반경
TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::DepthRadius( int64 x )
0-D.
1D 정규화 창의 절반 너비입니다.
기본값은 5입니다.