GraphQuantizedDepthwiseConv2D Method |
Namespace: Emgu.TF
public Operation QuantizedDepthwiseConv2D( Output input, Output filter, Output min_input, Output max_input, Output min_filter, Output max_filter, long[] strides, string padding, Nullable<DataType> out_type = null, long[] dilations = null, string opName = "QuantizedDepthwiseConv2D" )
Public Function QuantizedDepthwiseConv2D ( input As Output, filter As Output, min_input As Output, max_input As Output, min_filter As Output, max_filter As Output, strides As Long(), padding As String, Optional out_type As Nullable(Of DataType) = Nothing, Optional dilations As Long() = Nothing, Optional opName As String = "QuantizedDepthwiseConv2D" ) As Operation
public: Operation^ QuantizedDepthwiseConv2D( Output^ input, Output^ filter, Output^ min_input, Output^ max_input, Output^ min_filter, Output^ max_filter, array<long long>^ strides, String^ padding, Nullable<DataType> out_type = nullptr, array<long long>^ dilations = nullptr, String^ opName = L"QuantizedDepthwiseConv2D" )
member QuantizedDepthwiseConv2D : input : Output * filter : Output * min_input : Output * max_input : Output * min_filter : Output * max_filter : Output * strides : int64[] * padding : string * ?out_type : Nullable<DataType> * ?dilations : int64[] * ?opName : string (* Defaults: let _out_type = defaultArg out_type null let _dilations = defaultArg dilations null let _opName = defaultArg opName "QuantizedDepthwiseConv2D" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,