DPDK
23.07.0
|
#include <rte_mldev.h>
Data Fields | |
enum rte_ml_io_format | format |
uint32_t | w |
uint32_t | x |
uint32_t | y |
uint32_t | z |
Input and output shape. This structure represents the encoding format and dimensions of the tensor or vector.
The data can be a 4D / 3D tensor, matrix, vector or a scalar. Number of dimensions used for the data would depend on the format. Unused dimensions to be set to 1.
Definition at line 895 of file rte_mldev.h.
enum rte_ml_io_format format |
Format of the data
Definition at line 896 of file rte_mldev.h.
uint32_t w |
First dimension
Definition at line 898 of file rte_mldev.h.
uint32_t x |
Second dimension
Definition at line 900 of file rte_mldev.h.
uint32_t y |
Third dimension
Definition at line 902 of file rte_mldev.h.
uint32_t z |
Fourth dimension
Definition at line 904 of file rte_mldev.h.