Exemple #1
0
 /// <summary>
 /// 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.
 /// </summary>
 /// <param name="operName">The name of the operation</param>
 /// <param name="index">The index</param>
 public void AddReturnOutput(String operName, int index)
 {
     TfInvoke.tfeImportGraphDefOptionsAddReturnOutput(_ptr, operName, index);
 }