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/_neon_backend_8hpp_source.xhtml | 143 ++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 20.02/_neon_backend_8hpp_source.xhtml (limited to '20.02/_neon_backend_8hpp_source.xhtml') diff --git a/20.02/_neon_backend_8hpp_source.xhtml b/20.02/_neon_backend_8hpp_source.xhtml new file mode 100644 index 0000000000..765f4626b5 --- /dev/null +++ b/20.02/_neon_backend_8hpp_source.xhtml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + +ArmNN: src/backends/neon/NeonBackend.hpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
NeonBackend.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  NeonBackend() = default;
16  ~NeonBackend() = 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  class TensorHandleFactoryRegistry& tensorHandleFactoryRegistry) const override;
28 
31  const IRuntime::CreationOptions&, IBackendProfilingPtr& backendProfiling) override;
34 
35  OptimizationViews OptimizeSubgraphView(const SubgraphView& subgraph) const override;
36 
37  std::vector<ITensorHandleFactory::FactoryId> GetHandleFactoryPreferences() const override;
38 
39  void RegisterTensorHandleFactories(class TensorHandleFactoryRegistry& registry) override;
40 };
41 
42 } // namespace armnn
std::unique_ptr< IWorkloadFactory > IWorkloadFactoryPtr
+
std::vector< OptimizationPtr > Optimizations
+
IBackendInternal::IBackendProfilingContextPtr CreateBackendProfilingContext(const IRuntime::CreationOptions &, IBackendProfilingPtr &backendProfiling) override
Create context specifically used for profiling interaction from backends.
Definition: NeonBackend.cpp:64
+ +
std::vector< ITensorHandleFactory::FactoryId > GetHandleFactoryPreferences() const override
(Optional) Returns a vector of supported TensorHandleFactory ids in preference order.
Definition: NeonBackend.cpp:90
+
OptimizationViews OptimizeSubgraphView(const SubgraphView &subgraph) const override
Definition: NeonBackend.cpp:81
+
IWorkloadFactoryPtr CreateWorkloadFactory(const IBackendInternal::IMemoryManagerSharedPtr &memoryManager=nullptr) const override
Definition: NeonBackend.cpp:41
+
IBackendInternal::IBackendContextPtr CreateBackendContext(const IRuntime::CreationOptions &) const override
Create the runtime context of the backend.
Definition: NeonBackend.cpp:59
+ +
Copyright (c) 2020 ARM Limited.
+
std::unique_ptr< IMemoryManager > IMemoryManagerUniquePtr
+
The SubgraphView class represents a subgraph of a Graph.
+
void RegisterTensorHandleFactories(class TensorHandleFactoryRegistry &registry) override
(Optional) Register TensorHandleFactories Either this method or CreateMemoryManager() and IWorkloadFa...
Definition: NeonBackend.cpp:96
+
std::unique_ptr< armnn::profiling::IBackendProfiling > IBackendProfilingPtr
+ +
std::shared_ptr< IMemoryManager > IMemoryManagerSharedPtr
+
IBackendInternal::ILayerSupportSharedPtr GetLayerSupport() const override
Definition: NeonBackend.cpp:75
+
NeonBackend()=default
+
const BackendId & GetId() const override
Definition: NeonBackend.hpp:19
+ + +
std::shared_ptr< ILayerSupport > ILayerSupportSharedPtr
+
IBackendInternal::Optimizations GetOptimizations() const override
Definition: NeonBackend.cpp:70
+
static const BackendId & GetIdStatic()
Definition: NeonBackend.cpp:29
+
~NeonBackend()=default
+ +
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...
+
IBackendInternal::IMemoryManagerUniquePtr CreateMemoryManager() const override
Definition: NeonBackend.cpp:35
+ +
std::unique_ptr< IBackendContext > IBackendContextPtr
+
+
+ + + + -- cgit v1.2.1