ArmNN
 20.02
IBackend Class Referenceabstract

Each backend should implement an IBackend. More...

#include <Types.hpp>

Inheritance diagram for IBackend:
IBackendInternal ClBackend MockBackend NeonBackend RefBackend

Public Member Functions

virtual const BackendIdGetId () const =0
 

Protected Member Functions

 IBackend ()
 
virtual ~IBackend ()
 

Detailed Description

Each backend should implement an IBackend.

Definition at line 147 of file Types.hpp.

Constructor & Destructor Documentation

◆ IBackend()

IBackend ( )
inlineprotected

Definition at line 150 of file Types.hpp.

150 {}

◆ ~IBackend()

virtual ~IBackend ( )
inlineprotectedvirtual

Definition at line 151 of file Types.hpp.

151 {}

Member Function Documentation

◆ GetId()

virtual const BackendId& GetId ( ) const
pure virtual

Implemented in MockBackend, ClBackend, NeonBackend, and RefBackend.

Referenced by TestDynamicBackendId().


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