RockX
1.0.0
|
Tensor. More...
#include <rockx_type.h>
Data Fields | |
rockx_data_type | dtype |
Data type (rockx_data_type) More... | |
rockx_tensor_format | fmt |
Tensor Format(rockx_tensor_format) More... | |
uint8_t | n_dims |
Number of tensor dimension (0 < n_dims <= 4) More... | |
uint32_t | dims [4] |
Tensor dimension. More... | |
void * | data |
Tensor data. More... | |
Tensor.
Definition at line 75 of file rockx_type.h.
void* data |
Tensor data.
Definition at line 80 of file rockx_type.h.
uint32_t dims[4] |
Tensor dimension.
Definition at line 79 of file rockx_type.h.
rockx_data_type dtype |
Data type (rockx_data_type)
Definition at line 76 of file rockx_type.h.
Tensor Format(rockx_tensor_format)
Definition at line 77 of file rockx_type.h.
uint8_t n_dims |
Number of tensor dimension (0 < n_dims <= 4)
Definition at line 78 of file rockx_type.h.