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

Results of model run operation. More...

#include <ml_types.h>

Data Fields

uint64_t error_code
 Model run error code.
 
void * user_ptr
 User context pointer value from odp_ml_compl_param_t.
 

Detailed Description

Results of model run operation.

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

Field Documentation

◆ error_code

uint64_t odp_ml_run_result_t::error_code

Model run error code.

Zero when model run completed successfully. Otherwise, error code contains an implementation specific value.

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

◆ user_ptr

void* odp_ml_run_result_t::user_ptr

User context pointer value from odp_ml_compl_param_t.

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


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