Click or drag to resize

GraphTensorListConcatLists Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation TensorListConcatLists(
	Output input_a,
	Output input_b,
	DataType element_dtype,
	string opName = "TensorListConcatLists"
)

Parameters

input_a
Type: Emgu.TFOutput
Input to the operation.
input_b
Type: Emgu.TFOutput
Input to the operation.
element_dtype
Type: Emgu.TFDataType
element dtype
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtVariant).
See Also