| 240 | }; |
| 241 | |
| 242 | bool LatencyAllocator::Allocate(GenericEngine* engine, GraphExecutor* graph_executor, Graph* graph, |
| 243 | std::vector<Subgraph*>& sub_list) |
| 244 | { |
| 245 | return false; |
| 246 | } |
| 247 | |
| 248 | struct ManualAllocator : public DevAllocator |
| 249 | { |
no test coverage detected