DPDK
23.03.0
|
#include <rte_mldev.h>
Data Fields | |
char | name [RTE_ML_STR_MAX] |
struct rte_ml_io_shape | shape |
enum rte_ml_io_type | qtype |
enum rte_ml_io_type | dtype |
Input and output data information structure
Specifies the type and shape of input and output data.
Definition at line 889 of file rte_mldev.h.
char name[RTE_ML_STR_MAX] |
Name of data
Definition at line 890 of file rte_mldev.h.
struct rte_ml_io_shape shape |
Shape of data
Definition at line 892 of file rte_mldev.h.
enum rte_ml_io_type qtype |
Type of quantized data
Definition at line 894 of file rte_mldev.h.
enum rte_ml_io_type dtype |
Type of de-quantized data
Definition at line 896 of file rte_mldev.h.