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

Method run

src/runtime/CL/CLOperator.cpp:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ICLOperator::run(ITensorPack &tensors)
38{
39 if (tensors.empty())
40 {
41 ARM_COMPUTE_ERROR("No inputs provided");
42 }
43
44 CLScheduler::get().enqueue_op(*_kernel.get(), tensors, false);
45}
46
47void ICLOperator::prepare(ITensorPack &constants)
48{

Callers 3

schedule_commonMethod · 0.45
do_runMethod · 0.45
enqueue_commonMethod · 0.45

Calls 3

enqueue_opMethod · 0.80
emptyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected