From 6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 22 Nov 2023 11:41:15 +0000 Subject: Update Doxygen for 23.11 Signed-off-by: Nikhil Raj Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849 --- 23.11/_layer_8hpp.html | 177 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 23.11/_layer_8hpp.html (limited to '23.11/_layer_8hpp.html') diff --git a/23.11/_layer_8hpp.html b/23.11/_layer_8hpp.html new file mode 100644 index 0000000000..91327baeea --- /dev/null +++ b/23.11/_layer_8hpp.html @@ -0,0 +1,177 @@ + + + + + + + + +Arm NN: src/armnn/Layer.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Layer.hpp File Reference
+
+
+
#include "LayerFwd.hpp"
+#include <armnn/backends/ITensorHandleFactory.hpp>
+#include <OutputHandler.hpp>
+#include <backendsCommon/TensorHandleFactoryRegistry.hpp>
+#include <backendsCommon/WorkloadDataCollector.hpp>
+#include <armnn/backends/WorkloadInfo.hpp>
+#include "InternalTypes.hpp"
+#include "SerializeLayerParameters.hpp"
+#include "DllExport.hpp"
+#include <armnn/Types.hpp>
+#include <armnn/Tensor.hpp>
+#include <armnn/INetwork.hpp>
+#include <armnn/utility/IgnoreUnused.hpp>
+#include <armnn/utility/NumericCast.hpp>
+#include <armnn/utility/PolymorphicDowncast.hpp>
+#include <algorithm>
+#include <functional>
+#include <iostream>
+#include <list>
+#include <memory>
+#include <string>
+#include <vector>
+#include <armnn/backends/WorkloadData.hpp>
+
+Include dependency graph for Layer.hpp:
+
+
+
+
+
+This graph shows which files directly or indirectly include this file:
+
+
+
+
+
+

Go to the source code of this file.

+ + + + + + + + + + +

+Classes

class  InputSlot
 
class  OutputSlot
 
class  Layer
 
class  BindableLayer
 
+ + + + +

+Namespaces

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

+Typedefs

using LayerPriority = unsigned int
 
using AdditionalInfoObjectPtr = std::shared_ptr< void >
 
+
+
+ + + + -- cgit v1.2.1