ONE - On-device Neural Engine
Loading...
Searching...
No Matches
logo::PhaseEventListener Struct Reference

#include <Phase.h>

Public Member Functions

virtual ~PhaseEventListener ()=default
 
virtual void notify (const PhaseEventInfo< PhaseEvent::PhaseBegin > *)
 
virtual void notify (const PhaseEventInfo< PhaseEvent::PhaseEnd > *)
 
virtual void notify (const PhaseEventInfo< PhaseEvent::PassBegin > *)
 
virtual void notify (const PhaseEventInfo< PhaseEvent::PassEnd > *)
 

Detailed Description

Definition at line 78 of file Phase.h.

Constructor & Destructor Documentation

◆ ~PhaseEventListener()

virtual logo::PhaseEventListener::~PhaseEventListener ( )
virtualdefault

Member Function Documentation

◆ notify() [1/4]

virtual void logo::PhaseEventListener::notify ( const PhaseEventInfo< PhaseEvent::PassBegin > *  )
inlinevirtual

Definition at line 84 of file Phase.h.

84{ return; };

◆ notify() [2/4]

virtual void logo::PhaseEventListener::notify ( const PhaseEventInfo< PhaseEvent::PassEnd > *  )
inlinevirtual

Definition at line 85 of file Phase.h.

85{ return; };

◆ notify() [3/4]

◆ notify() [4/4]

virtual void logo::PhaseEventListener::notify ( const PhaseEventInfo< PhaseEvent::PhaseEnd > *  )
inlinevirtual

Definition at line 83 of file Phase.h.

83{ return; };

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