table of contents
rte_ml_io_info(3) | DPDK | rte_ml_io_info(3) |
NAME¶
rte_ml_io_info
SYNOPSIS¶
#include <rte_mldev.h>
Data Fields¶
char name [RTE_ML_STR_MAX]
uint32_t nb_dims
uint32_t * shape
enum rte_ml_io_type type
uint64_t size
Detailed Description¶
Input and output data information structure
Specifies the type and shape of input and output data.
Definition at line 920 of file rte_mldev.h.
Field Documentation¶
char name[RTE_ML_STR_MAX]¶
Name of data
Definition at line 921 of file rte_mldev.h.
uint32_t nb_dims¶
Number of dimensions in shape
Definition at line 923 of file rte_mldev.h.
uint32_t* shape¶
Shape of the tensor for rte_ml_model_info::min_batches of the model.
Definition at line 925 of file rte_mldev.h.
enum rte_ml_io_type type¶
Type of data
See also:
enum rte_ml_io_type
Definition at line 927 of file rte_mldev.h.
uint64_t size¶
Number of elements in tensor
Definition at line 933 of file rte_mldev.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |