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

Method GetScheduler

executor/include/generic_engine.hpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 bool OptimizeGraph(exec_handle_t) override;
73
74 DevScheduler* GetScheduler(void)
75 {
76 return scheduler_;
77 }
78 bool SetScheduler(const std::string& sched_name);
79
80 bool GetGraphAttr(exec_handle_t, const char*, void*, int) override;

Callers 5

SyncRunSubgraphTaskMethod · 0.80
RunSubgraphTaskMethod · 0.80
PrerunMethod · 0.80
PostrunMethod · 0.80
ReclaimSubgraphTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected