From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/classarmnn_1_1_i_device_spec.xhtml | 234 +++++++++++++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 20.02/classarmnn_1_1_i_device_spec.xhtml (limited to '20.02/classarmnn_1_1_i_device_spec.xhtml') diff --git a/20.02/classarmnn_1_1_i_device_spec.xhtml b/20.02/classarmnn_1_1_i_device_spec.xhtml new file mode 100644 index 0000000000..8183fda905 --- /dev/null +++ b/20.02/classarmnn_1_1_i_device_spec.xhtml @@ -0,0 +1,234 @@ + + + + + + + + + + + + + +ArmNN: IDeviceSpec Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 161 of file Types.hpp.

+

Constructor & Destructor Documentation

+ +

◆ IDeviceSpec()

+ +
+
+ + + + + +
+ + + + + + + +
IDeviceSpec ()
+
+inlineprotected
+
+ +

Definition at line 164 of file Types.hpp.

+
164 {}
+
+
+ +

◆ ~IDeviceSpec()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IDeviceSpec ()
+
+inlineprotectedvirtual
+
+ +

Definition at line 165 of file Types.hpp.

+
165 {}
+
+
+

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: +
+
+ + + + -- cgit v1.2.1