API Reference Manual  1.45.0
odp_ml_load_result_t Struct Reference

Result of model load / unload operation. More...

#include <ml_types.h>

Data Fields

uint64_t error_code
 Model load / unload error code. More...
 
void * user_ptr
 User context pointer value from odp_ml_compl_param_t.
 

Detailed Description

Result of model load / unload operation.

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

Field Documentation

◆ error_code

uint64_t odp_ml_load_result_t::error_code

Model load / unload error code.

Zero when model load / unload completed successfully. Otherwise, error code contains an implementation specific value.

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


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