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

Method run

src/runtime/NEON/INEOperator.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void INEOperator::run(ITensorPack &tensors)
42{
43 if (tensors.empty())
44 {
45 ARM_COMPUTE_ERROR("No inputs provided");
46 }
47
48 run(tensors, _kernel->window());
49}
50
51void INEOperator::run(ITensorPack &tensors, const Window &window)
52{

Callers

nothing calls this directly

Calls 3

emptyMethod · 0.45
schedule_opMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected