GraphRequantize Method |
Namespace: Emgu.TF
public Operation Requantize( Output input, Output input_min, Output input_max, Output requested_output_min, Output requested_output_max, DataType out_type, string opName = "Requantize" )
Public Function Requantize ( input As Output, input_min As Output, input_max As Output, requested_output_min As Output, requested_output_max As Output, out_type As DataType, Optional opName As String = "Requantize" ) As Operation
public: Operation^ Requantize( Output^ input, Output^ input_min, Output^ input_max, Output^ requested_output_min, Output^ requested_output_max, DataType out_type, String^ opName = L"Requantize" )
member Requantize : input : Output * input_min : Output * input_max : Output * requested_output_min : Output * requested_output_max : Output * out_type : DataType * ?opName : string (* Defaults: let _opName = defaultArg opName "Requantize" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,