CoreFlow 1.0.0
A modern orchestration and execution runtime
|
#include <vx_internal.h>
Public Attributes | ||
struct { | ||
vx_rectangle_t rect | ||
The rectangle to map in case of image. More... | ||
vx_uint32 plane_index | ||
} | image_data | |
struct { | ||
vx_size start | ||
vx_size end | ||
} | array_data | |
struct { | ||
vx_size start [VX_MAX_TENSOR_DIMENSIONS] | ||
vx_size end [VX_MAX_TENSOR_DIMENSIONS] | ||
vx_size stride [VX_MAX_TENSOR_DIMENSIONS] | ||
vx_size number_of_dims | ||
} | tensor_data | |
struct { ... } vx_memory_map_extra::array_data |
vx_size vx_memory_map_extra::end[VX_MAX_TENSOR_DIMENSIONS] |
struct { ... } vx_memory_map_extra::image_data |
vx_size vx_memory_map_extra::number_of_dims |
vx_uint32 vx_memory_map_extra::plane_index |
vx_rectangle_t vx_memory_map_extra::rect |
The rectangle to map in case of image.
vx_size vx_memory_map_extra::start[VX_MAX_TENSOR_DIMENSIONS] |
vx_size vx_memory_map_extra::stride[VX_MAX_TENSOR_DIMENSIONS] |
struct { ... } vx_memory_map_extra::tensor_data |