GraphDepthwiseConv2dNativeBackpropInput Method |
Namespace: Emgu.TF
public Operation DepthwiseConv2dNativeBackpropInput( Output input_sizes, Output filter, Output out_backprop, long[] strides, string padding, long[] explicit_paddings = null, string data_format = null, long[] dilations = null, string opName = "DepthwiseConv2dNativeBackpropInput" )
Public Function DepthwiseConv2dNativeBackpropInput ( input_sizes As Output, filter As Output, out_backprop As Output, strides As Long(), padding As String, Optional explicit_paddings As Long() = Nothing, Optional data_format As String = Nothing, Optional dilations As Long() = Nothing, Optional opName As String = "DepthwiseConv2dNativeBackpropInput" ) As Operation
public: Operation^ DepthwiseConv2dNativeBackpropInput( Output^ input_sizes, Output^ filter, Output^ out_backprop, array<long long>^ strides, String^ padding, array<long long>^ explicit_paddings = nullptr, String^ data_format = nullptr, array<long long>^ dilations = nullptr, String^ opName = L"DepthwiseConv2dNativeBackpropInput" )
member DepthwiseConv2dNativeBackpropInput : input_sizes : Output * filter : Output * out_backprop : Output * strides : int64[] * padding : string * ?explicit_paddings : int64[] * ?data_format : string * ?dilations : int64[] * ?opName : string (* Defaults: let _explicit_paddings = defaultArg explicit_paddings null let _data_format = defaultArg data_format null let _dilations = defaultArg dilations null let _opName = defaultArg opName "DepthwiseConv2dNativeBackpropInput" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,