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

Method first_slice_window_4D

arm_compute/core/Window.h:318–321  ·  view source on GitHub ↗

First 4D slice of the window * * @return The first slice of the window. */

Source from the content-addressed store, hash-verified

316 * @return The first slice of the window.
317 */
318 Window first_slice_window_4D() const
319 {
320 return first_slice_window<4>();
321 };
322 /** Slide the passed 1D window slice.
323 *
324 * 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
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