Click or drag to resize

GraphQuantizedReshape Method

https://www.emgu.com/wiki/index.php/Emgu_TF
QuantizedReshape

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation QuantizedReshape(
	Output tensor,
	Output shape,
	Output input_min,
	Output input_max,
	string opName = "QuantizedReshape"
)

Parameters

tensor
Type: Emgu.TFOutput
Input to the operation.
shape
Type: Emgu.TFOutput
Input to the operation.
input_min
Type: Emgu.TFOutput
Input to the operation.
input_max
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtInvalid). [1] output_min(type: DtFloat). [2] output_max(type: DtFloat).
See Also