Click or drag to resize

GraphTensorListConcat Method

http://www.emgu.com
TensorListConcat

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.TensorListConcat(Emgu.TF.Output,Emgu.TF.DataType,System.Int64[],System.String)"]

See Also