Compute Library
 24.07
Tensor3D Struct Reference

Structure to hold 3D 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...
 

Detailed Description

Structure to hold 3D tensor information.

Definition at line 932 of file helpers.h.

Field Documentation

◆ offset_first_element_in_bytes

int offset_first_element_in_bytes

The offset of the first element in the source image.

Definition at line 935 of file helpers.h.

◆ ptr

__global uchar* ptr

Pointer to the starting postion of the buffer.

Definition at line 934 of file helpers.h.

Referenced by max_unpooling_layer_2(), and roi_pooling_layer().

◆ stride_x

int stride_x

Stride of the image in X dimension (in bytes)

Definition at line 936 of file helpers.h.

◆ stride_y

int stride_y

Stride of the image in Y dimension (in bytes)

Definition at line 937 of file helpers.h.

◆ stride_z

int stride_z

Stride of the image in Z dimension (in bytes)

Definition at line 938 of file helpers.h.


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