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