Click or drag to resize

GraphCumsum Method

http://www.emgu.com
Cumsum

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation Cumsum(
	Output x,
	Output axis,
	bool exclusive = false,
	bool reverse = false,
	string opName = "Cumsum"
)

Parameters

x
Type: Emgu.TFOutput
Input to the operation.
axis
Type: Emgu.TFOutput
Input to the operation.
exclusive (Optional)
Type: SystemBoolean
exclusive
reverse (Optional)
Type: SystemBoolean
reverse
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also