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

Method validate

src/gpu/cl/kernels/ClPool3dKernel.cpp:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258Status 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
264void ClPool3dKernel::run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue)
265{

Callers

nothing calls this directly

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected