CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_memory_map_extra Union Reference

#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 
 

Member Data Documentation

◆ [struct]

struct { ... } vx_memory_map_extra::array_data

◆ end

vx_size vx_memory_map_extra::end[VX_MAX_TENSOR_DIMENSIONS]

◆ [struct]

struct { ... } vx_memory_map_extra::image_data

◆ number_of_dims

vx_size vx_memory_map_extra::number_of_dims

◆ plane_index

vx_uint32 vx_memory_map_extra::plane_index

◆ rect

vx_rectangle_t vx_memory_map_extra::rect

The rectangle to map in case of image.

◆ start

vx_size vx_memory_map_extra::start[VX_MAX_TENSOR_DIMENSIONS]

◆ stride

vx_size vx_memory_map_extra::stride[VX_MAX_TENSOR_DIMENSIONS]

◆ [struct]

struct { ... } vx_memory_map_extra::tensor_data