Click or drag to resize

GraphTensorListConcat Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation TensorListConcat(
	Output input_handle,
	DataType element_dtype,
	long[] element_shape = null,
	string opName = "TensorListConcat"
)

Parameters

input_handle
Type: Emgu.TFOutput
Input to the operation.
element_dtype
Type: Emgu.TFDataType
element dtype
element_shape (Optional)
Type: SystemInt64
element shape
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] tensor(type: DtInvalid). [1] lengths(type: DtInt64).
See Also