ONE - On-device Neural Engine
|
#include <Job.h>
Public Member Functions | |
Job (uint32_t index, FunctionSequence *fn_seq) | |
Constructs a Job object. | |
void | run () |
Execute the compiled code. | |
uint32_t | index () const |
Return job index. | |
FunctionSequence * | fn_seq () |
Return the function to be executed. | |
onert::exec::Job::Job | ( | uint32_t | index, |
FunctionSequence * | fn_seq | ||
) |
|
inline |
|
inline |
Return job index.
Definition at line 51 of file Job.h.
Referenced by package.experimental.train.dataloader.DataLoader::__next__().
void onert::exec::Job::run | ( | ) |
Execute the compiled code.
Definition at line 28 of file Job.cc.
References onert::exec::FunctionSequence::run().