API Reference Manual  1.45.0
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.
 

Detailed Description

Model input information.

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


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