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