From 96becb7e4f5f510344c3850278a706d63a564fc4 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Tue, 16 Jun 2020 12:41:49 +0100 Subject: Revert "IVGCVSW-3726 Upload ArmNN Doxygen files" This reverts commit de36e4a9c299028e792c3a5bd99ad0816d806077. Signed-off-by: Jan Eilers Change-Id: Idbf20c12ea07583ca552d7cc7fb517fbadc73fff --- Documentation/_cl_backend_8hpp_source.xhtml | 143 ---------------------------- 1 file changed, 143 deletions(-) delete mode 100644 Documentation/_cl_backend_8hpp_source.xhtml (limited to 'Documentation/_cl_backend_8hpp_source.xhtml') diff --git a/Documentation/_cl_backend_8hpp_source.xhtml b/Documentation/_cl_backend_8hpp_source.xhtml deleted file mode 100644 index e846c005e1..0000000000 --- a/Documentation/_cl_backend_8hpp_source.xhtml +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - -ArmNN: src/backends/cl/ClBackend.hpp Source File - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
ClBackend.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 
8 
9 namespace armnn
10 {
11 
13 {
14 public:
15  ClBackend() = default;
16  ~ClBackend() = default;
17 
18  static const BackendId& GetIdStatic();
19  const BackendId& GetId() const override { return GetIdStatic(); }
20 
22 
24  const IBackendInternal::IMemoryManagerSharedPtr& memoryManager = nullptr) const override;
25 
27  TensorHandleFactoryRegistry& registry) const override;
28 
29  std::vector<ITensorHandleFactory::FactoryId> GetHandleFactoryPreferences() const override;
30 
32 
35  const IRuntime::CreationOptions&, IBackendProfilingPtr& backendProfiling) override;
36 
39 
40  OptimizationViews OptimizeSubgraphView(const SubgraphView& subgraph) const override;
41 };
42 
43 } // namespace armnn
std::unique_ptr< IWorkloadFactory > IWorkloadFactoryPtr
-
std::vector< OptimizationPtr > Optimizations
-
~ClBackend()=default
- - -
Copyright (c) 2020 ARM Limited.
-
std::unique_ptr< IMemoryManager > IMemoryManagerUniquePtr
-
IBackendInternal::IMemoryManagerUniquePtr CreateMemoryManager() const override
Definition: ClBackend.cpp:35
-
ClBackend()=default
-
void RegisterTensorHandleFactories(TensorHandleFactoryRegistry &registry) override
(Optional) Register TensorHandleFactories Either this method or CreateMemoryManager() and IWorkloadFa...
Definition: ClBackend.cpp:63
-
The SubgraphView class represents a subgraph of a Graph.
-
std::unique_ptr< armnn::profiling::IBackendProfiling > IBackendProfilingPtr
- -
std::shared_ptr< IMemoryManager > IMemoryManagerSharedPtr
-
IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions &) const override
Create the runtime context of the backend.
Definition: ClBackend.cpp:72
-
std::vector< ITensorHandleFactory::FactoryId > GetHandleFactoryPreferences() const override
(Optional) Returns a vector of supported TensorHandleFactory ids in preference order.
Definition: ClBackend.cpp:58
-
OptimizationViews OptimizeSubgraphView(const SubgraphView &subgraph) const override
Definition: ClBackend.cpp:94
-
IBackendInternal::IWorkloadFactoryPtr CreateWorkloadFactory(const IBackendInternal::IMemoryManagerSharedPtr &memoryManager=nullptr) const override
Definition: ClBackend.cpp:40
- - -
std::shared_ptr< ILayerSupport > ILayerSupportSharedPtr
- -
const BackendId & GetId() const override
Definition: ClBackend.hpp:19
-
IBackendInternal::ILayerSupportSharedPtr GetLayerSupport() const override
Definition: ClBackend.cpp:88
-
IBackendInternal::IBackendProfilingContextPtr CreateBackendProfilingContext(const IRuntime::CreationOptions &, IBackendProfilingPtr &backendProfiling) override
Create context specifically used for profiling interaction from backends.
Definition: ClBackend.cpp:77
-
IBackendInternal::Optimizations GetOptimizations() const override
Definition: ClBackend.cpp:83
-
static const BackendId & GetIdStatic()
Definition: ClBackend.cpp:29
-
std::shared_ptr< armnn::profiling::IBackendProfilingContext > IBackendProfilingContextPtr
This is the bridge between backend and backend profiling we&#39;ll keep it in the backend namespace...
- -
std::unique_ptr< IBackendContext > IBackendContextPtr
-
-
- - - - -- cgit v1.2.1