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

Method first_slice_window_3D

arm_compute/core/Window.h:310–313  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

308 * @return The first slice of the window.
309 */
310 Window first_slice_window_3D() const
311 {
312 return first_slice_window<3>();
313 };
314 /** First 4D slice of the window
315 *
316 * @return The first slice of the window.

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