| 142 | } |
| 143 | |
| 144 | Status |
| 145 | ClCopyKernel::validate(const arm_compute::ITensorInfo *src, const arm_compute::ITensorInfo *dst, Window *dst_window) |
| 146 | { |
| 147 | ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst, dst_window)); |
| 148 | |
| 149 | return Status{}; |
| 150 | } |
| 151 | |
| 152 | void ClCopyKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) |
| 153 | { |
nothing calls this directly
no test coverage detected