#include <ExecutionObservers.h>
|
virtual void | handleSubgraphBegin (std::pair< ir::ModelIndex, ir::SubgraphIndex >) |
| Invoked just before model (not individual operation) execution begins.
|
|
virtual void | handleJobBegin (IExecutor *, std::pair< ir::ModelIndex, ir::SubgraphIndex >, ir::OperationIndex, const backend::Backend *)=0 |
|
virtual void | handleJobEnd (IExecutor *, std::pair< ir::ModelIndex, ir::SubgraphIndex >, ir::OperationIndex, const backend::Backend *)=0 |
|
virtual void | handleSubgraphEnd (std::pair< ir::ModelIndex, ir::SubgraphIndex >) |
| Invoked just after model (not individual operation) execution ends.
|
|
virtual ObserverType | type () const =0 |
|
virtual | ~IExecutionObserver ()=default |
|
Definition at line 41 of file ExecutionObservers.h.
◆ ~IExecutionObserver()
virtual onert::exec::IExecutionObserver::~IExecutionObserver |
( |
| ) |
|
|
virtualdefault |
◆ handleJobBegin()
◆ handleJobEnd()
◆ handleSubgraphBegin()
◆ handleSubgraphEnd()
◆ type()
virtual ObserverType onert::exec::IExecutionObserver::type |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: