ONE - On-device Neural Engine
Loading...
Searching...
No Matches
EventCollector::OpSeqEvent Struct Reference

#include <EventCollector.h>

Collaboration diagram for EventCollector::OpSeqEvent:

Public Member Functions

 OpSeqEvent (const onert::util::TracingCtx *a_tracing_ctx, Edge a_edge, uint32_t a_subg_index, const std::string a_backend, uint32_t a_op_index, const std::string a_op_name)
 

Data Fields

std::string backend
 
uint32_t op_index
 
std::string op_name
 
- Data Fields inherited from EventCollector::Event
const onert::util::TracingCtxtracing_ctx
 
Edge edge
 
uint32_t session_index
 
uint32_t subg_index
 
std::vector< std::pair< std::string, std::string > > userData
 

Additional Inherited Members

- Protected Member Functions inherited from EventCollector::Event
 Event (const onert::util::TracingCtx *a_tracing_ctx, Edge a_edge, uint32_t a_subg_index)
 
virtual ~Event ()=default
 

Detailed Description

Definition at line 86 of file EventCollector.h.

Constructor & Destructor Documentation

◆ OpSeqEvent()

EventCollector::OpSeqEvent::OpSeqEvent ( const onert::util::TracingCtx a_tracing_ctx,
Edge  a_edge,
uint32_t  a_subg_index,
const std::string  a_backend,
uint32_t  a_op_index,
const std::string  a_op_name 
)
inline

Definition at line 92 of file EventCollector.h.

94 : Event(a_tracing_ctx, a_edge, a_subg_index)
95 {
96 backend.assign(a_backend);
97 op_index = a_op_index;
98 op_name.assign(a_op_name);
99 }

References backend, op_index, and op_name.

Field Documentation

◆ backend

std::string EventCollector::OpSeqEvent::backend

◆ op_index

uint32_t EventCollector::OpSeqEvent::op_index

Definition at line 89 of file EventCollector.h.

Referenced by OpSeqEvent().

◆ op_name

std::string EventCollector::OpSeqEvent::op_name

Definition at line 90 of file EventCollector.h.

Referenced by OpSeqEvent().


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