| 54 | |
| 55 | void eval_cpu(const std::vector<array>&, std::vector<array>&) override {} |
| 56 | void eval_gpu(const std::vector<array>&, std::vector<array>&) override {} |
| 57 | |
| 58 | DEFINE_NAME(Synchronize); |
| 59 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected