GraphQuantizeV2 Method |
Namespace: Emgu.TF
public Operation QuantizeV2( Output input, Output min_range, Output max_range, DataType T, string mode = null, string round_mode = null, bool narrow_range = false, long axis = -1, float ensure_minimum_range = 0.01f, string opName = "QuantizeV2" )
Public Function QuantizeV2 ( input As Output, min_range As Output, max_range As Output, T As DataType, Optional mode As String = Nothing, Optional round_mode As String = Nothing, Optional narrow_range As Boolean = false, Optional axis As Long = -1, Optional ensure_minimum_range As Single = 0.01F, Optional opName As String = "QuantizeV2" ) As Operation
public: Operation^ QuantizeV2( Output^ input, Output^ min_range, Output^ max_range, DataType T, String^ mode = nullptr, String^ round_mode = nullptr, bool narrow_range = false, long long axis = -1, float ensure_minimum_range = 0.01f, String^ opName = L"QuantizeV2" )
member QuantizeV2 : input : Output * min_range : Output * max_range : Output * T : DataType * ?mode : string * ?round_mode : string * ?narrow_range : bool * ?axis : int64 * ?ensure_minimum_range : float32 * ?opName : string (* Defaults: let _mode = defaultArg mode null let _round_mode = defaultArg round_mode null let _narrow_range = defaultArg narrow_range false let _axis = defaultArg axis -1 let _ensure_minimum_range = defaultArg ensure_minimum_range 0.01f let _opName = defaultArg opName "QuantizeV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,