| 98 | } |
| 99 | |
| 100 | Status ClReshapeKernel::validate(const ITensorInfo *src, const ITensorInfo *dst) |
| 101 | { |
| 102 | ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst)); |
| 103 | |
| 104 | return Status{}; |
| 105 | } |
| 106 | |
| 107 | void ClReshapeKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) |
| 108 | { |
nothing calls this directly
no test coverage detected