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, 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 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, String^ opName = L"QuantizeV2" )
member QuantizeV2 : input : Output * min_range : Output * max_range : Output * T : DataType * ?mode : string * ?round_mode : string * ?opName : string (* Defaults: let _mode = defaultArg mode null let _round_mode = defaultArg round_mode null let _opName = defaultArg opName "QuantizeV2" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.QuantizeV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType,System.String,System.String,System.String)"]
2018 Emgu Corporation, All Rights Reserved,