#include <Job.h>
Definition at line 32 of file Job.h.
◆ Job()
Constructs a Job object.
- Parameters
-
index | Operation index for this job |
fn_seq | compiled code to run this job |
inputs | Input operand list |
outputs | Output operand list |
Definition at line 28 of file Job.cc.
FunctionSequence * fn_seq()
Return the function to be executed.
uint32_t index() const
Return job index.
◆ fn_seq()
Return the function to be executed.
- Returns
- Pointer of the function
Definition at line 59 of file Job.h.
◆ index()
uint32_t onert::exec::Job::index |
( |
| ) |
const |
|
inline |
Return job index.
- Returns
- Job index
Definition at line 53 of file Job.h.
◆ run()
void onert::exec::Job::run |
( |
| ) |
|
The documentation for this class was generated from the following files:
- runtime/onert/core/src/exec/Job.h
- runtime/onert/core/src/exec/Job.cc