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

Method validate

src/core/CL/kernels/CLTileKernel.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144Status CLTileKernel::validate(const ITensorInfo *input, const ITensorInfo *output, const Multiples &multiples)
145{
146 ARM_COMPUTE_RETURN_ON_ERROR(validate_arguments(input, output, multiples));
147 return Status{};
148}
149
150void CLTileKernel::run(const Window &window, cl::CommandQueue &queue)
151{

Calls 1

validate_argumentsFunction · 0.70

Tested by

no test coverage detected