GraphFusedBatchNorm Method |
Namespace: Emgu.TF
public Operation FusedBatchNorm( Output x, Output scale, Output offset, Output mean, Output variance, float epsilon = 0.0001f, float exponential_avg_factor = 1f, string data_format = null, bool is_training = true, string opName = "FusedBatchNorm" )
Public Function FusedBatchNorm ( x As Output, scale As Output, offset As Output, mean As Output, variance As Output, Optional epsilon As Single = 0.0001F, Optional exponential_avg_factor As Single = 1F, Optional data_format As String = Nothing, Optional is_training As Boolean = true, Optional opName As String = "FusedBatchNorm" ) As Operation
public: Operation^ FusedBatchNorm( Output^ x, Output^ scale, Output^ offset, Output^ mean, Output^ variance, float epsilon = 0.0001f, float exponential_avg_factor = 1f, String^ data_format = nullptr, bool is_training = true, String^ opName = L"FusedBatchNorm" )
member FusedBatchNorm : x : Output * scale : Output * offset : Output * mean : Output * variance : Output * ?epsilon : float32 * ?exponential_avg_factor : float32 * ?data_format : string * ?is_training : bool * ?opName : string (* Defaults: let _epsilon = defaultArg epsilon 0.0001f let _exponential_avg_factor = defaultArg exponential_avg_factor 1f let _data_format = defaultArg data_format null let _is_training = defaultArg is_training true let _opName = defaultArg opName "FusedBatchNorm" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,