ONE - On-device Neural Engine
|
#include <EventRecorder.h>
Data Fields | |
std::string | backend |
uint32_t | op_index |
std::string | op_name |
Data Fields inherited from DurationEvent | |
uint32_t | session_index = 0 |
uint32_t | subg_index = 0 |
Data Fields inherited from Event | |
const onert::util::TracingCtx * | tracing_ctx |
std::string | ph |
std::string | ts |
std::vector< std::pair< std::string, std::string > > | args |
Additional Inherited Members | |
Public Member Functions inherited from Event | |
virtual | ~Event ()=default |
Protected Member Functions inherited from DurationEvent | |
DurationEvent ()=default | |
Definition at line 54 of file EventRecorder.h.
std::string OpSeqDurationEvent::backend |
Definition at line 57 of file EventRecorder.h.
Referenced by CfgRunner.CfgRunner::run(), and CfgRunner.CfgRunner::set_backend().
uint32_t OpSeqDurationEvent::op_index |
Definition at line 58 of file EventRecorder.h.
std::string OpSeqDurationEvent::op_name |
Definition at line 59 of file EventRecorder.h.