DOKK / manpages / debian 13 / dpdk-doc / rte_ml_io_info.3.en
rte_ml_io_info(3) Library Functions Manual rte_ml_io_info(3)

rte_ml_io_info

#include <rte_mldev.h>


char name [RTE_ML_STR_MAX]
uint32_t nb_dims
uint32_t * shape
enum rte_ml_io_type type
uint64_t nb_elements
uint64_t size
float scale
int64_t zero_point

Input and output data information structure

Specifies the type and shape of input and output data.

Definition at line 938 of file rte_mldev.h.

Name of data

Definition at line 939 of file rte_mldev.h.

Number of dimensions in shape

Definition at line 941 of file rte_mldev.h.

Shape of the tensor for rte_ml_model_info::min_batches of the model.

Definition at line 943 of file rte_mldev.h.

Type of data

See also

enum rte_ml_io_type

Definition at line 945 of file rte_mldev.h.

Number of elements in tensor

Definition at line 949 of file rte_mldev.h.

Size of tensor in bytes

Definition at line 951 of file rte_mldev.h.

Scale factor

Definition at line 953 of file rte_mldev.h.

Zero point

Definition at line 955 of file rte_mldev.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK