GraphDequantize Method |
Namespace: Emgu.TF
public Operation Dequantize( Output input, Output min_range, Output max_range, string mode = null, string opName = "Dequantize" )
Public Function Dequantize ( input As Output, min_range As Output, max_range As Output, Optional mode As String = Nothing, Optional opName As String = "Dequantize" ) As Operation
public: Operation^ Dequantize( Output^ input, Output^ min_range, Output^ max_range, String^ mode = nullptr, String^ opName = L"Dequantize" )
member Dequantize : input : Output * min_range : Output * max_range : Output * ?mode : string * ?opName : string (* Defaults: let _mode = defaultArg mode null let _opName = defaultArg opName "Dequantize" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.Dequantize(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String,System.String)"]
2018 Emgu Corporation, All Rights Reserved,