From 8efb48a6847c5cd166c561127ae6611150963ce3 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 19 May 2023 11:14:28 +0100 Subject: Update Doxygen docu for 23.05 Signed-off-by: Nikhil Raj Change-Id: I0a992286f14fa68fcc6e5eba31ac39fed003cbbe --- ..._2backends_2_i_tensor_handle_factory_8hpp.xhtml | 160 +++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 23.05/include_2armnn_2backends_2_i_tensor_handle_factory_8hpp.xhtml (limited to '23.05/include_2armnn_2backends_2_i_tensor_handle_factory_8hpp.xhtml') diff --git a/23.05/include_2armnn_2backends_2_i_tensor_handle_factory_8hpp.xhtml b/23.05/include_2armnn_2backends_2_i_tensor_handle_factory_8hpp.xhtml new file mode 100644 index 0000000000..eb289bf042 --- /dev/null +++ b/23.05/include_2armnn_2backends_2_i_tensor_handle_factory_8hpp.xhtml @@ -0,0 +1,160 @@ + + + + + + + + + + + + + +ArmNN: include/armnn/backends/ITensorHandleFactory.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ITensorHandleFactory.hpp File Reference
+
+
+
#include "ITensorHandle.hpp"
+#include <armnn/MemorySources.hpp>
+#include <armnn/Tensor.hpp>
+#include <armnn/Types.hpp>
+#include <armnn/utility/IgnoreUnused.hpp>
+#include <memory>
+#include <string>
+#include <vector>
+
+

Go to the source code of this file.

+ + + + + + + +

+Classes

struct  Capability
 Capability of the TensorHandleFactory. More...
 
class  ITensorHandleFactory
 
+ + + + +

+Namespaces

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

+Enumerations

enum  CapabilityClass { PaddingRequired = 1, +FallbackImportDisabled = 2, +CapabilityClassMax = 254 + }
 Capability class to calculate in the GetCapabilities function so that only the capability in the scope can be choose to calculate. More...
 
enum  EdgeStrategy { Undefined, +DirectCompatibility, +ExportToTarget, +CopyToTarget + }
 
+
+
+ + + + -- cgit v1.2.1