Click or drag to resize

GraphSparseReorder Method

https://www.emgu.com/wiki/index.php/Emgu_TF
SparseReorder

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] output_indices(type: DtInt64). [1] output_values(type: DtInvalid).
See Also