Beispiel #1
0
 /// <summary>
 /// Set the prefix to be prepended to the names of nodes in `graph_def` that will
 /// be imported into `graph`.
 /// </summary>
 /// <param name="prefix">The node prefix</param>
 public void SetPrefix(String prefix)
 {
     TfInvoke.tfeImportGraphDefOptionsSetPrefix(_ptr, prefix);
 }