GraphQuantizeAndDequantizeV2 Method |
Namespace: Emgu.TF
public Operation QuantizeAndDequantizeV2( Output input, Output input_min, Output input_max, bool signed_input = true, long num_bits = 8, bool range_given = false, string round_mode = null, bool narrow_range = false, long axis = -1, string opName = "QuantizeAndDequantizeV2" )
Public Function QuantizeAndDequantizeV2 ( input As Output, input_min As Output, input_max As Output, Optional signed_input As Boolean = true, Optional num_bits As Long = 8, Optional range_given As Boolean = false, Optional round_mode As String = Nothing, Optional narrow_range As Boolean = false, Optional axis As Long = -1, Optional opName As String = "QuantizeAndDequantizeV2" ) As Operation
public: Operation^ QuantizeAndDequantizeV2( Output^ input, Output^ input_min, Output^ input_max, bool signed_input = true, long long num_bits = 8, bool range_given = false, String^ round_mode = nullptr, bool narrow_range = false, long long axis = -1, String^ opName = L"QuantizeAndDequantizeV2" )
member QuantizeAndDequantizeV2 : input : Output * input_min : Output * input_max : Output * ?signed_input : bool * ?num_bits : int64 * ?range_given : bool * ?round_mode : string * ?narrow_range : bool * ?axis : int64 * ?opName : string (* Defaults: let _signed_input = defaultArg signed_input true let _num_bits = defaultArg num_bits 8 let _range_given = defaultArg range_given false let _round_mode = defaultArg round_mode null let _narrow_range = defaultArg narrow_range false let _axis = defaultArg axis -1 let _opName = defaultArg opName "QuantizeAndDequantizeV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,