Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ GetGraphExecutor
Method
GetGraphExecutor
executor/include/graph_task.hpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
GenericEngine* GetEngine(void);
88
89
GraphExecutor* GetGraphExecutor(void)
90
{
91
return graph_executor_;
92
}
93
Graph* GetGraph(void)
94
{
95
return graph_;
Callers
3
PrerunTask
Method · 0.80
Prerun
Method · 0.80
RemoveGraphExecutor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected