ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Vector Struct Reference

#include <helpers.h>

Data Fields

__global uchar * ptr
 
int offset_first_element_in_bytes
 
int stride_x
 

Detailed Description

Structure to hold Vector information

Definition at line 357 of file helpers.h.

Field Documentation

◆ offset_first_element_in_bytes

int Vector::offset_first_element_in_bytes

The offset of the first element in the source image

Definition at line 360 of file helpers.h.

Referenced by update_vector_workitem_ptr().

◆ ptr

__global uchar* Vector::ptr

Pointer to the starting postion of the buffer

Definition at line 359 of file helpers.h.

Referenced by update_vector_workitem_ptr(), and vector_offset().

◆ stride_x

int Vector::stride_x

Stride of the image in X dimension (in bytes)

Definition at line 361 of file helpers.h.

Referenced by vector_offset().


The documentation for this struct was generated from the following file: