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

#include <helpers.h>

Data Fields

__global uchar * ptr
 
int offset_first_element_in_bytes
 
int stride_x
 
int stride_y
 
int stride_z
 

Detailed Description

Structure to hold 3D tensor information

Definition at line 374 of file helpers.h.

Field Documentation

◆ offset_first_element_in_bytes

int Tensor3D::offset_first_element_in_bytes

The offset of the first element in the source image

Definition at line 377 of file helpers.h.

◆ ptr

__global uchar* Tensor3D::ptr

Pointer to the starting postion of the buffer

Definition at line 376 of file helpers.h.

◆ stride_x

int Tensor3D::stride_x

Stride of the image in X dimension (in bytes)

Definition at line 378 of file helpers.h.

◆ stride_y

int Tensor3D::stride_y

Stride of the image in Y dimension (in bytes)

Definition at line 379 of file helpers.h.

◆ stride_z

int Tensor3D::stride_z

Stride of the image in Z dimension (in bytes)

Definition at line 380 of file helpers.h.


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