Click or drag to resize

GraphSparseReduceSum Method

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

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

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(type: DtInvalid).
See Also