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

Function get_graph_exec_status

core/lib/tengine_c_api.cpp:1258–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256}
1257
1258int get_graph_exec_status(graph_t graph)
1259{
1260 GraphExecutor* executor = reinterpret_cast<GraphExecutor*>(graph);
1261
1262 return executor->GetExecStatus();
1263}
1264
1265int set_graph_event_hook(graph_t graph, int event, event_handler_t cb_func, void* cb_arg)
1266{

Callers

nothing calls this directly

Calls 1

GetExecStatusMethod · 0.80

Tested by

no test coverage detected