| 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; |
no outgoing calls
no test coverage detected