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

Method run

src/runtime/CL/functions/CLSpaceToBatchLayer.cpp:132–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void CLSpaceToBatchLayer::run()
133{
134 // Zero out output only if we have paddings
135 if (_has_padding)
136 {
137 //CLScheduler::get().enqueue(*_fill, true);
138 _fill.run();
139 }
140 CLScheduler::get().enqueue(*_space_to_batch_kernel, true);
141}
142} // namespace arm_compute

Callers

nothing calls this directly

Calls 1

enqueueMethod · 0.45

Tested by

no test coverage detected