Click or drag to resize

GraphQuantizedConcatV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation QuantizedConcatV2(
	Output values,
	Output axis,
	Output input_mins,
	Output input_maxes,
	string opName = "QuantizedConcatV2"
)

Parameters

values
Type: Emgu.TFOutput
Input to the operation.
axis
Type: Emgu.TFOutput
Input to the operation.
input_mins
Type: Emgu.TFOutput
Input to the operation.
input_maxes
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