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

Method run

src/runtime/CL/ICLSimpleFunction.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40ICLSimpleFunction::~ICLSimpleFunction() = default;
41
42void ICLSimpleFunction::run()
43{
44 ARM_COMPUTE_ERROR_ON_MSG(!_kernel, "The child class didn't set the CL kernel or function isn't configured");
45 schedule_kernel_on_ctx(_ctx, _border_handler.get(), false);
46 schedule_kernel_on_ctx(_ctx, _kernel.get());
47}

Callers

nothing calls this directly

Calls 2

schedule_kernel_on_ctxFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected