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

Method first_slice_window_1D

arm_compute/core/Window.h:294–297  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

292 * @return The first slice of the window.
293 */
294 Window first_slice_window_1D() const
295 {
296 return first_slice_window<1>();
297 };
298 /** First 2D slice of the window
299 *
300 * @return The first slice of the window.

Callers 12

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

Calls

no outgoing calls

Tested by

no test coverage detected