CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
_vx_neighborhood_size_t Struct Reference

The User Tiling Function Neighborhood declaration. More...

#include <vx_khr_tiling.h>

Public Attributes

vx_int32 left
 Left of the tile block.
 
vx_int32 right
 Right of the tile block.
 
vx_int32 top
 Top of the tile block.
 
vx_int32 bottom
 Bottom of the tile block.
 

Detailed Description

The User Tiling Function Neighborhood declaration.

The author of a User Tiling Kernel will use this structure to define the neighborhood surrounding the tile block.

Member Data Documentation

◆ bottom

vx_int32 _vx_neighborhood_size_t::bottom

Bottom of the tile block.

◆ left

vx_int32 _vx_neighborhood_size_t::left

Left of the tile block.

◆ right

vx_int32 _vx_neighborhood_size_t::right

Right of the tile block.

◆ top

vx_int32 _vx_neighborhood_size_t::top

Top of the tile block.