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

Method slide_window_slice_2D

arm_compute/core/Window.h:342–345  ·  view source on GitHub ↗

Slide the passed 2D window slice. * * If slice contains the last slice then it will remain unchanged and false will be returned. * * @param[in,out] slice Current slice, to be updated to the next slice. * * @return true if slice contains a new slice, false if slice already contained the last slice */

Source from the content-addressed store, hash-verified

340 * @return true if slice contains a new slice, false if slice already contained the last slice
341 */
342 bool slide_window_slice_2D(Window &slice) const
343 {
344 return slide_window_slice<2>(slice);
345 }
346 /** Slide the passed 3D window slice.
347 *
348 * If slice contains the last slice then it will remain unchanged and false will be returned.

Callers 10

run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected