| 149 | } |
| 150 | |
| 151 | void ClMatMul::run(ITensorPack &tensors) |
| 152 | { |
| 153 | CLScheduler::get().enqueue_op(*_matmul_kernel, tensors, /* flush */ true); |
| 154 | } |
| 155 | |
| 156 | } // namespace opencl |
| 157 | } // namespace arm_compute |
nothing calls this directly
no test coverage detected