| 256 | } |
| 257 | |
| 258 | Status ClPool3dKernel::validate(const ITensorInfo *src, const ITensorInfo *dst, const Pooling3dLayerInfo &pool_info) |
| 259 | { |
| 260 | ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst, pool_info)); |
| 261 | return Status{}; |
| 262 | } |
| 263 | |
| 264 | void ClPool3dKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) |
| 265 | { |
nothing calls this directly
no test coverage detected