22.05
|
Structure to hold 4D tensor information. More...
#include <helpers.h>
Data Fields | |
__global uchar * | ptr |
Pointer to the starting postion of the buffer. More... | |
int | offset_first_element_in_bytes |
The offset of the first element in the source image. More... | |
int | stride_x |
Stride of the image in X dimension (in bytes) More... | |
int | stride_y |
Stride of the image in Y dimension (in bytes) More... | |
int | stride_z |
Stride of the image in Z dimension (in bytes) More... | |
int | stride_w |
Stride of the image in W dimension (in bytes) More... | |
int offset_first_element_in_bytes |
The offset of the first element in the source image.
Definition at line 918 of file helpers.h.
Referenced by update_tensor4D_workitem_ptr().
__global uchar* ptr |
Pointer to the starting postion of the buffer.
Definition at line 917 of file helpers.h.
Referenced by strided_slice(), tensor4D_offset(), and update_tensor4D_workitem_ptr().
int stride_w |
Stride of the image in W dimension (in bytes)
Definition at line 922 of file helpers.h.
Referenced by tensor4D_offset().
int stride_x |
Stride of the image in X dimension (in bytes)
Definition at line 919 of file helpers.h.
Referenced by tensor4D_offset().
int stride_y |
Stride of the image in Y dimension (in bytes)
Definition at line 920 of file helpers.h.
Referenced by tensor4D_offset().
int stride_z |
Stride of the image in Z dimension (in bytes)
Definition at line 921 of file helpers.h.
Referenced by tensor4D_offset().