テンソルフロー::作戦:: 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::Bias( float x )
オフセット (0 による除算を避けるために通常は正の値)。
デフォルトは 1
深さ半径
TF_MUST_USE_RESULT Attrs tensorflow::ops::LRN::Attrs::DepthRadius( int64 x )
0-D。
1-D 正規化ウィンドウの半幅。
デフォルトは 5