GraphDepthwiseConv2dNative Method |
Namespace: Emgu.TF
public Operation DepthwiseConv2dNative( Output input, Output filter, long[] strides, string padding, long[] explicit_paddings = null, string data_format = null, long[] dilations = null, string opName = "DepthwiseConv2dNative" )
Public Function DepthwiseConv2dNative ( input As Output, filter 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 = "DepthwiseConv2dNative" ) As Operation
public: Operation^ DepthwiseConv2dNative( Output^ input, Output^ filter, array<long long>^ strides, String^ padding, array<long long>^ explicit_paddings = nullptr, String^ data_format = nullptr, array<long long>^ dilations = nullptr, String^ opName = L"DepthwiseConv2dNative" )
member DepthwiseConv2dNative : input : Output * filter : 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 "DepthwiseConv2dNative" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,