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)
Syntaxpublic void AddReturnOutput(
string operName,
int index
)
Public Sub AddReturnOutput (
operName As String,
index As Integer
)
public:
void AddReturnOutput(
String^ operName,
int index
)
member AddReturnOutput :
operName : string *
index : int -> unit
Parameters
- operName
- Type: SystemString
The name of the operation - index
- Type: SystemInt32
The index
See Also