|
API Reference Manual 1.51.0
|
Model input / output data format. More...
#include <ml_types.h>
Data Fields | |
| odp_ml_data_type_t | data_type |
| Model input / output data type. | |
| uint32_t | data_type_size |
| Size of data type in bytes. | |
| odp_ml_shape_info_t | shape |
| Model input / output data shape. | |
Model input / output data format.
Definition at line 681 of file api/spec/ml_types.h.
| odp_ml_data_type_t odp_ml_data_format_t::data_type |
Model input / output data type.
Definition at line 683 of file api/spec/ml_types.h.
| uint32_t odp_ml_data_format_t::data_type_size |
Size of data type in bytes.
Definition at line 686 of file api/spec/ml_types.h.
| odp_ml_shape_info_t odp_ml_data_format_t::shape |
Model input / output data shape.
Definition at line 689 of file api/spec/ml_types.h.