| 48 | } |
| 49 | |
| 50 | void ClQuantize::run(ITensorPack &tensors) |
| 51 | { |
| 52 | ARM_COMPUTE_ERROR_ON_MSG(tensors.empty(), "No inputs provided"); |
| 53 | CLScheduler::get().enqueue_op(*_kernel.get(), tensors); |
| 54 | } |
| 55 | } // namespace opencl |
| 56 | } // namespace arm_compute |
nothing calls this directly
no test coverage detected