| 133 | } |
| 134 | |
| 135 | Status ClDequantizeKernel::validate(const ITensorInfo *src, const ITensorInfo *dst) |
| 136 | { |
| 137 | ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst)); |
| 138 | return Status{}; |
| 139 | } |
| 140 | |
| 141 | void ClDequantizeKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) |
| 142 | { |
nothing calls this directly
no test coverage detected