Click or drag to resize

GraphTensorListConcatV2 Method

http://www.emgu.com
TensorListConcatV2

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

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

See Also