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

Method first_slice_window_2D

arm_compute/core/Window.h:302–305  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

300 * @return The first slice of the window.
301 */
302 Window first_slice_window_2D() const
303 {
304 return first_slice_window<2>();
305 };
306 /** First 3D slice of the window
307 *
308 * @return The first slice of the window.

Callers 14

run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
run_opMethod · 0.80
calculate_prior_boxesMethod · 0.80
runMethod · 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