Click or drag to resize

GraphSparseReorder Method

http://www.emgu.com
SparseReorder

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation SparseReorder(
	Output input_indices,
	Output input_values,
	Output input_shape,
	string opName = "SparseReorder"
)

Parameters

input_indices
Type: Emgu.TFOutput
Input to the operation.
input_values
Type: Emgu.TFOutput
Input to the operation.
input_shape
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also