| 509 | } |
| 510 | |
| 511 | ThreadPool *GetThreadPool(const Workspace &ws) { |
| 512 | return std::is_same<MixedBackend, Backend>::value ? thread_pool_.get() : &ws.GetThreadPool(); |
| 513 | } |
| 514 | |
| 515 | bool SetupImpl(std::vector<OutputDesc> &output_desc, const Workspace &ws) override { |
| 516 | return false; |