Click or drag to resize

GraphSparseConcat Method

http://www.emgu.com
SparseConcat

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation SparseConcat(
	Output indices,
	Output values,
	Output shapes,
	long concat_dim,
	string opName = "SparseConcat"
)

Parameters

indices
Type: Emgu.TFOutput
Input to the operation.
values
Type: Emgu.TFOutput
Input to the operation.
shapes
Type: Emgu.TFOutput
Input to the operation.
concat_dim
Type: SystemInt64
concat dim
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also