CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The User Tiling Function tile block size declaration. More...
#include <vx_khr_tiling.h>
Public Attributes | |
vx_int32 | width |
Tile block width in pixels. | |
vx_int32 | height |
Tile block height in pixels. | |
The User Tiling Function tile block size declaration.
The author of a User Tiling Kernel will use this structure to define the dimensionality of the tile block.
vx_int32 _vx_tile_block_size_t::height |
Tile block height in pixels.
vx_int32 _vx_tile_block_size_t::width |
Tile block width in pixels.