Click or drag to resize

GraphTensorListConcatV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation TensorListConcatV2(
	Output input_handle,
	Output element_shape,
	Output leading_dims,
	DataType element_dtype,
	string opName = "TensorListConcatV2"
)

Parameters

input_handle
Type: Emgu.TFOutput
Input to the operation.
element_shape
Type: Emgu.TFOutput
Input to the operation.
leading_dims
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] tensor(type: DtInvalid). [1] lengths(type: DtInt64).
See Also