Пример #1
0
 /// <summary>
 /// Cause the imported graph to have a control dependency on <paramref name="oper"/>
 /// </summary>
 /// <param name="oper">The opration that the graph will have a control dependecy on. Should exist in the graph being imported into.</param>
 public void AddControlDependency(Operation oper)
 {
     TfInvoke.tfeImportGraphDefOptionsAddControlDependency(_ptr, oper);
 }