| 69 | } |
| 70 | |
| 71 | void OMPScheduler::schedule(ICPPKernel *kernel, const Hints &hints) |
| 72 | { |
| 73 | ITensorPack tensors; |
| 74 | schedule_common(kernel, hints, kernel->window(), tensors); |
| 75 | } |
| 76 | |
| 77 | void OMPScheduler::schedule_op(ICPPKernel *kernel, const Hints &hints, const Window &window, ITensorPack &tensors) |
| 78 | { |