Click or drag to resize

GraphParallelConcat Method

http://www.emgu.com
ParallelConcat

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation ParallelConcat(
	Output values,
	long[] shape,
	string opName = "ParallelConcat"
)

Parameters

values
Type: Emgu.TFOutput
Input to the operation.
shape
Type: SystemInt64
shape
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also