| 159 | } |
| 160 | |
| 161 | Status ClCastKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, ConvertPolicy policy) |
| 162 | { |
| 163 | ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst, policy)); |
| 164 | return Status{}; |
| 165 | } |
| 166 | |
| 167 | void ClCastKernel::run_op(ITensorPack &tensors, const Window &window, ::cl::CommandQueue &queue) |
| 168 | { |
nothing calls this directly
no test coverage detected