| rte_ml_model_info(3) | Library Functions Manual | rte_ml_model_info(3) |
rte_ml_model_info
#include <rte_mldev.h>
char name [RTE_ML_STR_MAX]
char version [RTE_ML_STR_MAX]
uint16_t model_id
uint16_t device_id
enum rte_ml_io_layout io_layout
uint16_t min_batches
uint16_t max_batches
uint32_t nb_inputs
const struct rte_ml_io_info * input_info
uint32_t nb_outputs
const struct rte_ml_io_info * output_info
uint64_t wb_size
Model information structure
Definition at line 960 of file rte_mldev.h.
Model name.
Definition at line 961 of file rte_mldev.h.
Model version
Definition at line 963 of file rte_mldev.h.
Model ID
Definition at line 965 of file rte_mldev.h.
Device ID
Definition at line 967 of file rte_mldev.h.
I/O buffer layout for the model
Definition at line 969 of file rte_mldev.h.
Minimum number of batches that the model can process in one inference request
Definition at line 971 of file rte_mldev.h.
Maximum number of batches that the model can process in one inference request
Definition at line 975 of file rte_mldev.h.
Number of inputs
Definition at line 979 of file rte_mldev.h.
Input info array. Array size is equal to nb_inputs
Definition at line 981 of file rte_mldev.h.
Number of outputs
Definition at line 983 of file rte_mldev.h.
Output info array. Array size is equal to nb_output
Definition at line 985 of file rte_mldev.h.
Size of model weights and bias
Definition at line 987 of file rte_mldev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |