ArmNN
 23.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 291 of file Types.hpp.

Constructor & Destructor Documentation

◆ IDeviceSpec()

IDeviceSpec ( )
inlineprotected

Definition at line 294 of file Types.hpp.

294 {}

◆ ~IDeviceSpec()

virtual ~IDeviceSpec ( )
inlineprotectedvirtual

Definition at line 295 of file Types.hpp.

295 {}

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: