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

Method run

src/runtime/CL/functions/CLStackLayer.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void CLStackLayer::run()
97{
98 for (unsigned i = 0; i < _num_inputs; i++)
99 {
100 CLScheduler::get().enqueue(*_stack_kernels[i], false);
101 }
102}
103} // namespace arm_compute

Callers

nothing calls this directly

Calls 1

enqueueMethod · 0.45

Tested by

no test coverage detected