Click or drag to resize

GraphSparseReduceSumSparse Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SparseReduceSumSparse(
	Output input_indices,
	Output input_values,
	Output input_shape,
	Output reduction_axes,
	bool keep_dims = false,
	string opName = "SparseReduceSumSparse"
)

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.
reduction_axes
Type: Emgu.TFOutput
Input to the operation.
keep_dims (Optional)
Type: SystemBoolean
keep dims
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). [2] output_shape(type: DtInt64).
See Also