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

Method iterate_2D

arm_compute/core/WindowIterator.h:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 */
187 template <typename M>
188 void iterate_2D(M &&on_new_row_size)
189 {
190 iterate_2D_internal(on_new_row_size, _end.x(), _end.y());
191 }
192
193 /** Change the step used for the iteration.
194 *

Callers

nothing calls this directly

Calls 2

xMethod · 0.45
yMethod · 0.45

Tested by

no test coverage detected