Click or drag to resize

GraphSum Method

http://www.emgu.com
Sum

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation Sum(
	Output input,
	Output reduction_indices,
	bool keep_dims = false,
	string opName = "Sum"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
reduction_indices
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

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

See Also