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

Method Run

core/lib/graph_executor.cpp:567–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567bool GraphExecutor::Run(int block)
568{
569 if(!exec_engine_->Run(exec_handle_, exec_event_))
570 return false;
571
572 if(block)
573 exec_engine_->Wait(exec_handle_, exec_event_, 0);
574
575 return true;
576}
577
578void GraphExecutor::ReleaseGraph(void)
579{

Callers 1

run_graphFunction · 0.45

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected