ArmNN
 21.05
IDeviceSpec Class Referenceabstract

Device specific knowledge to be passed to the optimizer. More...

#include <Types.hpp>

Inheritance diagram for IDeviceSpec:
DeviceSpec

Public Member Functions

virtual const BackendIdSetGetSupportedBackends () const =0
 

Protected Member Functions

 IDeviceSpec ()
 
virtual ~IDeviceSpec ()
 

Detailed Description

Device specific knowledge to be passed to the optimizer.

Definition at line 233 of file Types.hpp.

Constructor & Destructor Documentation

◆ IDeviceSpec()

IDeviceSpec ( )
inlineprotected

Definition at line 236 of file Types.hpp.

236 {}

◆ ~IDeviceSpec()

virtual ~IDeviceSpec ( )
inlineprotectedvirtual

Definition at line 237 of file Types.hpp.

237 {}

Member Function Documentation

◆ GetSupportedBackends()

virtual const BackendIdSet& GetSupportedBackends ( ) const
pure virtual

Implemented in DeviceSpec.


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