Click or drag to resize

Output Constructor

http://www.emgu.com
Create an output by specifying the operation and index.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Output(
	Operation operation,
	int index
)

Parameters

operation
Type: Emgu.TFOperation
The Operation
index
Type: SystemInt32
The index of the input within the operation
See Also