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

Method slide_window_slice_1D

arm_compute/core/Window.h:330–333  ·  view source on GitHub ↗

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

328 * @return true if slice contains a new slice, false if slice already contained the last slice
329 */
330 bool slide_window_slice_1D(Window &slice) const
331 {
332 return slide_window_slice<1>(slice);
333 }
334 /** Slide the passed 2D window slice.
335 *
336 * If slice contains the last slice then it will remain unchanged and false will be returned.

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected