GraphDequantize Method |
Namespace: Emgu.TF
public Operation Dequantize( Output input, Output min_range, Output max_range, string mode = null, bool narrow_range = false, long axis = -1, Nullable<DataType> dtype = null, string opName = "Dequantize" )
Public Function Dequantize ( input As Output, min_range As Output, max_range As Output, Optional mode As String = Nothing, Optional narrow_range As Boolean = false, Optional axis As Long = -1, Optional dtype As Nullable(Of DataType) = Nothing, Optional opName As String = "Dequantize" ) As Operation
public: Operation^ Dequantize( Output^ input, Output^ min_range, Output^ max_range, String^ mode = nullptr, bool narrow_range = false, long long axis = -1, Nullable<DataType> dtype = nullptr, String^ opName = L"Dequantize" )
member Dequantize : input : Output * min_range : Output * max_range : Output * ?mode : string * ?narrow_range : bool * ?axis : int64 * ?dtype : Nullable<DataType> * ?opName : string (* Defaults: let _mode = defaultArg mode null let _narrow_range = defaultArg narrow_range false let _axis = defaultArg axis -1 let _dtype = defaultArg dtype null let _opName = defaultArg opName "Dequantize" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,