Click or drag to resize

GraphQuantizedConcat Method

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

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

Parameters

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