Click or drag to resize

GraphCumprod Method

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

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

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
The operation, where: [0] out(type: DtInvalid).
See Also