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 --- .../_workload_factory_helper_8hpp_source.xhtml | 113 --------------------- 1 file changed, 113 deletions(-) delete mode 100644 Documentation/_workload_factory_helper_8hpp_source.xhtml (limited to 'Documentation/_workload_factory_helper_8hpp_source.xhtml') diff --git a/Documentation/_workload_factory_helper_8hpp_source.xhtml b/Documentation/_workload_factory_helper_8hpp_source.xhtml deleted file mode 100644 index b32af806c9..0000000000 --- a/Documentation/_workload_factory_helper_8hpp_source.xhtml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - -ArmNN: src/backends/backendsCommon/test/WorkloadFactoryHelper.hpp Source File - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
WorkloadFactoryHelper.hpp
-
-
-Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 namespace
8 {
9 
10 template<typename WorkloadFactoryType> struct WorkloadFactoryHelper {};
11 
12 } // anonymous namespace
-
- - - - -- cgit v1.2.1