| 93 | } // namespace |
| 94 | |
| 95 | Status ClScaleKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const ScaleKernelInfo &info) |
| 96 | { |
| 97 | ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst, info)); |
| 98 | return Status{}; |
| 99 | } |
| 100 | |
| 101 | ClScaleKernel::ClScaleKernel() |
| 102 | { |
nothing calls this directly
no test coverage detected