MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / validate

Method validate

src/gpu/cl/kernels/ClPool2dKernel.cpp:330–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330Status ClPool2dKernel::validate(const ITensorInfo *src,
331 const ITensorInfo *dst,
332 const PoolingLayerInfo &pool_info,
333 const ITensorInfo *indices)
334{
335 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(src, dst, pool_info, indices));
336 return Status{};
337}
338
339void ClPool2dKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue)
340{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected