From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- 21.11/_loaded_network_8cpp.xhtml | 150 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 21.11/_loaded_network_8cpp.xhtml (limited to '21.11/_loaded_network_8cpp.xhtml') diff --git a/21.11/_loaded_network_8cpp.xhtml b/21.11/_loaded_network_8cpp.xhtml new file mode 100644 index 0000000000..2b485c44c4 --- /dev/null +++ b/21.11/_loaded_network_8cpp.xhtml @@ -0,0 +1,150 @@ + + + + + + + + + + + + + +ArmNN: src/armnn/LoadedNetwork.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LoadedNetwork.cpp File Reference
+
+
+
#include "LoadedNetwork.hpp"
+#include "Layer.hpp"
+#include "Graph.hpp"
+#include <Processes.hpp>
+#include "Profiling.hpp"
+#include "HeapProfiling.hpp"
+#include "WorkingMemHandle.hpp"
+#include <armnn/BackendRegistry.hpp>
+#include <armnn/Logging.hpp>
+#include <armnn/utility/Assert.hpp>
+#include <backendsCommon/TensorHandle.hpp>
+#include <armnn/backends/IMemoryManager.hpp>
+#include <backendsCommon/MemCopyWorkload.hpp>
+#include <backendsCommon/MemSyncWorkload.hpp>
+#include <armnn/BackendHelper.hpp>
+#include <fmt/format.h>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

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

+Functions

void CopyToOutputTensor (const Tensor &outputTensor, ITensorHandle *outputTensorHandle)
 
const armnn::ConstTensor GetInputTensor (const LayerBindingId layerId, const InputTensors &inputTensors)
 
const armnn::Tensor GetOutputTensor (const LayerBindingId layerId, const OutputTensors &outputTensors)
 
+
+
+ + + + -- cgit v1.2.1