Click or drag to resize

GraphTensorArrayConcatV3 Method

http://www.emgu.com
TensorArrayConcatV3

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation TensorArrayConcatV3(
	Output handle,
	Output flow_in,
	DataType dtype,
	long[] element_shape_except0 = null,
	string opName = "TensorArrayConcatV3"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
flow_in
Type: Emgu.TFOutput
Input to the operation.
dtype
Type: Emgu.TFDataType
dtype
element_shape_except0 (Optional)
Type: SystemInt64
element shape except0
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also