From 8d2ca734165a068478df7cffa46185680b05cd20 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 24 Feb 2023 10:28:19 +0000 Subject: Update Doxygen docu for 23.02 Signed-off-by: Nikhil Raj Change-Id: Ie6c19a27d50fefab2796b2b5875374e81f5bf971 --- 23.02/_i_runtime_8hpp.xhtml | 168 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 23.02/_i_runtime_8hpp.xhtml (limited to '23.02/_i_runtime_8hpp.xhtml') diff --git a/23.02/_i_runtime_8hpp.xhtml b/23.02/_i_runtime_8hpp.xhtml new file mode 100644 index 0000000000..e5e8dc86b4 --- /dev/null +++ b/23.02/_i_runtime_8hpp.xhtml @@ -0,0 +1,168 @@ + + + + + + + + + + + + + +ArmNN: include/armnn/IRuntime.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IRuntime.hpp File Reference
+
+
+
#include "BackendOptions.hpp"
+#include "INetwork.hpp"
+#include "IProfiler.hpp"
+#include "IWorkingMemHandle.hpp"
+#include "IAsyncExecutionCallback.hpp"
+#include "Tensor.hpp"
+#include "Types.hpp"
+#include "TypesUtils.hpp"
+#include <armnn/backends/ICustomAllocator.hpp>
+#include <armnn/backends/IMemoryOptimizerStrategy.hpp>
+#include <memory>
+#include <map>
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + +

+Classes

struct  INetworkProperties
 
class  IRuntime
 
struct  IRuntime::CreationOptions
 
struct  IRuntime::CreationOptions::ExternalProfilingOptions
 
class  IGpuAccTunedParameters
 Manages a set of GpuAcc parameters which have been tuned for maximum performance. More...
 
+ + + + + + + + +

+Namespaces

 arm
 
 arm::pipe
 
 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
+ + + + + + + + + + +

+Typedefs

using ILocalPacketHandlerSharedPtr = std::shared_ptr< ILocalPacketHandler >
 
using NetworkId = int
 
using IRuntimePtr = std::unique_ptr< IRuntime, void(*)(IRuntime *runtime)>
 
using IGpuAccTunedParametersPtr = std::shared_ptr< IGpuAccTunedParameters >
 The following API is replaced by the backend options API. More...
 
+
+
+ + + + -- cgit v1.2.1