GraphQuantizedReshape Method |
Namespace: Emgu.TF
public Operation QuantizedReshape( Output tensor, Output shape, Output input_min, Output input_max, string opName = "QuantizedReshape" )
Public Function QuantizedReshape ( tensor As Output, shape As Output, input_min As Output, input_max As Output, Optional opName As String = "QuantizedReshape" ) As Operation
public: Operation^ QuantizedReshape( Output^ tensor, Output^ shape, Output^ input_min, Output^ input_max, String^ opName = L"QuantizedReshape" )
member QuantizedReshape : tensor : Output * shape : Output * input_min : Output * input_max : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "QuantizedReshape" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,