DPDK  23.03.0
Data Fields
rte_ml_io_info Struct Reference

#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
 

Detailed Description

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.

Field Documentation

◆ name

char name[RTE_ML_STR_MAX]

Name of data

Definition at line 890 of file rte_mldev.h.

◆ shape

struct rte_ml_io_shape shape

Shape of data

Definition at line 892 of file rte_mldev.h.

◆ qtype

enum rte_ml_io_type qtype

Type of quantized data

Definition at line 894 of file rte_mldev.h.

◆ dtype

enum rte_ml_io_type dtype

Type of de-quantized data

Definition at line 896 of file rte_mldev.h.


The documentation for this struct was generated from the following file: