Ejemplo n.º 1
0
 public static extern void TFE_ExecutorWaitForAllPendingNodes(SafeExecutorHandle executor, SafeStatusHandle status);
Ejemplo n.º 2
0
 public static extern void TFE_ContextSetExecutorForThread(SafeContextHandle ctx, SafeExecutorHandle executor);
Ejemplo n.º 3
0
 protected void TFE_ExecutorWaitForAllPendingNodes(SafeExecutorHandle executor, SafeStatusHandle status)
 => c_api.TFE_ExecutorWaitForAllPendingNodes(executor, status);