API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_ml_input_info_t Struct Reference

Model input information. More...

#include <ml_types.h>

Collaboration diagram for odp_ml_input_info_t:
[legend]

Data Fields

char name [ODP_ML_MODEL_IO_NAME_LEN]
 Model input name.
 
odp_ml_data_type_t data_type
 Model input data type.
 
uint32_t data_type_size
 Size of model input data type in bytes.
 
odp_ml_shape_info_t shape
 Model input data shape.
 
odp_ml_quant_info_t quant_info
 Model input quantization information.
 

Detailed Description

Model input information.

Examples
odp_ml_perf.c, and odp_ml_run.c.

Definition at line 568 of file api/spec/ml_types.h.

Field Documentation

◆ name

char odp_ml_input_info_t::name[ODP_ML_MODEL_IO_NAME_LEN]

Model input name.

Examples
odp_ml_perf.c, and odp_ml_run.c.

Definition at line 570 of file api/spec/ml_types.h.

◆ data_type

odp_ml_data_type_t odp_ml_input_info_t::data_type

Model input data type.

Examples
odp_ml_run.c.

Definition at line 573 of file api/spec/ml_types.h.

◆ data_type_size

uint32_t odp_ml_input_info_t::data_type_size

Size of model input data type in bytes.

Examples
odp_ml_perf.c, and odp_ml_run.c.

Definition at line 576 of file api/spec/ml_types.h.

◆ shape

odp_ml_shape_info_t odp_ml_input_info_t::shape

Model input data shape.

Examples
odp_ml_perf.c, and odp_ml_run.c.

Definition at line 579 of file api/spec/ml_types.h.

◆ quant_info

odp_ml_quant_info_t odp_ml_input_info_t::quant_info

Model input quantization information.

Definition at line 582 of file api/spec/ml_types.h.


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