Click or drag to resize

ImportGraphDefOptionsAddReturnOutput Method

http://www.emgu.com
Add an output in graph_def to be returned via the `return_outputs` output parameter. If the output is remapped via an input mapping, the corresponding existing tensor in graph will be returned.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public void AddReturnOutput(
	string operName,
	int index
)

Parameters

operName
Type: SystemString
The name of the operation
index
Type: SystemInt32
The index
See Also