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

Method slide_window_slice_3D

arm_compute/core/Window.h:354–357  ·  view source on GitHub ↗

Slide the passed 3D 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

352 * @return true if slice contains a new slice, false if slice already contained the last slice
353 */
354 bool slide_window_slice_3D(Window &slice) const
355 {
356 return slide_window_slice<3>(slice);
357 }
358 /** Slide the passed 4D window slice.
359 *
360 * If slice contains the last slice then it will remain unchanged and false will be returned.

Callers 15

run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected