dòng chảy căng:: ôi:: FusedBatchNorm:: Attr
#include <nn_ops.h>
Trình thiết lập thuộc tính tùy chọn cho FusedBatchNorm .
Bản tóm tắt
Thuộc tính công khai | |
---|---|
data_format_ = "NHWC" | StringPiece |
epsilon_ = 0.0001f | float |
exponential_avg_factor_ = 1.0f | float |
is_training_ = true | bool |
Chức năng công cộng | |
---|---|
DataFormat (StringPiece x) | TF_MUST_USE_RESULT Attrs Định dạng dữ liệu cho x và y. |
Epsilon (float x) | TF_MUST_USE_RESULT Attrs Một số float nhỏ được thêm vào phương sai của x. |
ExponentialAvgFactor (float x) | TF_MUST_USE_RESULT Attrs Mặc định là 1. |
IsTraining (bool x) | TF_MUST_USE_RESULT Attrs Giá trị bool để biểu thị thao tác là dành cho đào tạo (mặc định) hoặc suy luận. |
Thuộc tính công khai
dữ liệu_format_
StringPiece tensorflow::ops::FusedBatchNorm::Attrs::data_format_ = "NHWC"
epsilon_
float tensorflow::ops::FusedBatchNorm::Attrs::epsilon_ = 0.0001f
hàm mũ_avg_factor_
float tensorflow::ops::FusedBatchNorm::Attrs::exponential_avg_factor_ = 1.0f
đang_đào tạo_
bool tensorflow::ops::FusedBatchNorm::Attrs::is_training_ = true
Chức năng công cộng
Định dạng dữ liệu
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNorm::Attrs::DataFormat( StringPiece x )
Định dạng dữ liệu cho x và y.
"NHWC" (mặc định) hoặc "NCHW".
Mặc định là "NHWC"
Epsilon
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNorm::Attrs::Epsilon( float x )
Một số float nhỏ được thêm vào phương sai của x.
Mặc định là 0,0001
Hệ số mũ trung bình
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNorm::Attrs::ExponentialAvgFactor( float x )
Mặc định là 1.
Đang đào tạo
TF_MUST_USE_RESULT Attrs tensorflow::ops::FusedBatchNorm::Attrs::IsTraining( bool x )
Giá trị bool để biểu thị thao tác là dành cho đào tạo (mặc định) hoặc suy luận.
Mặc định là đúng