|
API Reference Manual 1.51.0
|
Model output information. More...
#include <ml_types.h>
Data Fields | |
| char | name [ODP_ML_MODEL_IO_NAME_LEN] |
| Model output name. | |
| odp_ml_data_type_t | data_type |
| Model output data type. | |
| uint32_t | data_type_size |
| Size of model output data type in bytes. | |
| odp_ml_shape_info_t | shape |
| Model output data shape. | |
| odp_ml_quant_info_t | quant_info |
| Model output quantization information. | |
Model output information.
Definition at line 587 of file api/spec/ml_types.h.
| char odp_ml_output_info_t::name[ODP_ML_MODEL_IO_NAME_LEN] |
Model output name.
Definition at line 589 of file api/spec/ml_types.h.
| odp_ml_data_type_t odp_ml_output_info_t::data_type |
| uint32_t odp_ml_output_info_t::data_type_size |
Size of model output data type in bytes.
Definition at line 595 of file api/spec/ml_types.h.
| odp_ml_shape_info_t odp_ml_output_info_t::shape |
Model output data shape.
Definition at line 598 of file api/spec/ml_types.h.
| odp_ml_quant_info_t odp_ml_output_info_t::quant_info |
Model output quantization information.
Definition at line 601 of file api/spec/ml_types.h.