MCPcopy 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

PrerunTaskMethod · 0.80
PrerunMethod · 0.80
RemoveGraphExecutorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected