|
ONE - On-device Neural Engine
|
#include <helpers.h>
Data Fields | |
| __global uchar * | ptr |
| int | offset_first_element_in_bytes |
| int | stride_x |
| 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().
| __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().
| 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().