| 59 | } |
| 60 | |
| 61 | void ClScale::run(ITensorPack &tensors) |
| 62 | { |
| 63 | ARM_COMPUTE_ERROR_ON_MSG(tensors.empty(), "No inputs provided"); |
| 64 | CLScheduler::get().enqueue_op(*_kernel.get(), tensors); |
| 65 | } |
| 66 | } // namespace opencl |
| 67 | } // namespace arm_compute |
nothing calls this directly
no test coverage detected