| 156 | } |
| 157 | |
| 158 | Status CPPPermuteKernel::validate(const ITensorInfo *input, const ITensorInfo *output, const PermutationVector &perm) |
| 159 | { |
| 160 | ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output, perm)); |
| 161 | return Status{}; |
| 162 | } |
| 163 | |
| 164 | void CPPPermuteKernel::run(const Window &window, const ThreadInfo &info) |
| 165 | { |
nothing calls this directly
no test coverage detected