MCPcopy Create free account
hub / github.com/OAID/Tengine / WaitGraph

Method WaitGraph

core/lib/graph_executor.cpp:557–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557int GraphExecutor::WaitGraph(int try_wait)
558{
559 return exec_engine_->Wait(exec_handle_, exec_event_, try_wait);
560}
561
562bool GraphExecutor::SyncRun(void)
563{

Callers 1

wait_graphFunction · 0.80

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected