From 1dc83febfb76d6a770bdf3ba16c4034a970c2320 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 16 May 2024 09:47:51 +0100 Subject: IVGCVSW-8260 Update Doxgen Docu for 24.05 Signed-off-by: Nikhil Raj Change-Id: If4bc983bf2793a27ded8e26ac2b29523fc1e4711 --- latest/_simple_sample_8cpp-example.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'latest/_simple_sample_8cpp-example.html') diff --git a/latest/_simple_sample_8cpp-example.html b/latest/_simple_sample_8cpp-example.html index 298299f1c3..e16001b38b 100644 --- a/latest/_simple_sample_8cpp-example.html +++ b/latest/_simple_sample_8cpp-example.html @@ -36,7 +36,7 @@ ArmNN
-  24.02 +  24.05
@@ -201,13 +201,13 @@ $(document).ready(function(){initNavTree('_simple_sample_8cpp-example.html','');
std::vector< std::pair< LayerBindingId, class ConstTensor > > InputTensors
Definition: Tensor.hpp:394
@ CpuRef
CPU Execution: Reference C++ kernels.
-
void SetTensorInfo(const TensorInfo &tensorInfo) override
Definition: Layer.cpp:87
+
void SetTensorInfo(const TensorInfo &tensorInfo) override
Definition: Layer.cpp:95
-
void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSeverity severity)
Configures the logging behaviour of the ARMNN library.
Definition: Utils.cpp:18
+
void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSeverity severity)
Configures the logging behaviour of the ARMNN library.
Definition: Utils.cpp:20
const OutputSlot & GetOutputSlot(unsigned int index=0) const override
Get the const output slot handle by slot index.
Definition: Layer.hpp:339
std::vector< std::pair< LayerBindingId, class Tensor > > OutputTensors
Definition: Tensor.hpp:395
-
int Connect(InputSlot &destination)
Definition: Layer.cpp:112
+
int Connect(InputSlot &destination)
Definition: Layer.cpp:123
const InputSlot & GetInputSlot(unsigned int index) const override
Get a const input slot handle by slot index.
Definition: Layer.hpp:337
int NetworkId
Definition: IRuntime.hpp:35
@@ -216,7 +216,7 @@ $(document).ready(function(){initNavTree('_simple_sample_8cpp-example.html','');
virtual void SetTensorInfo(const TensorInfo &tensorInfo)=0
A layer user-provided data can be bound to (e.g. inputs, outputs).
Definition: OutputLayer.hpp:13
-
int main(int argc, char *argv[])
+
int main(int argc, char *argv[])
virtual int Connect(IInputSlot &destination)=0
static IRuntimePtr Create(const CreationOptions &options)
Definition: Runtime.cpp:52
@@ -226,13 +226,13 @@ $(document).ready(function(){initNavTree('_simple_sample_8cpp-example.html','');
virtual const IInputSlot & GetInputSlot(unsigned int index) const =0
Get a const input slot handle by slot index.
A tensor defined by a TensorInfo (shape and data type) and an immutable backing store.
Definition: Tensor.hpp:329
Interface for a layer that is connectable to other layers via InputSlots and OutputSlots.
Definition: INetwork.hpp:80
-
void SetConstant(const bool IsConstant=true)
Marks the data corresponding to this tensor info as constant.
Definition: Tensor.cpp:514
-
IOptimizedNetworkPtr Optimize(const INetwork &network, const std::vector< BackendId > &backendPreferences, const IDeviceSpec &deviceSpec, const OptimizerOptionsOpaque &options=OptimizerOptionsOpaque(), Optional< std::vector< std::string > & > messages=EmptyOptional())
Create an optimized version of the network.
Definition: Network.cpp:2132
-
static INetworkPtr Create(const NetworkOptions &networkOptions={})
Definition: Network.cpp:676
+
void SetConstant(const bool IsConstant=true)
Marks the data corresponding to this tensor info as constant.
Definition: Tensor.cpp:518
+
IOptimizedNetworkPtr Optimize(const INetwork &network, const std::vector< BackendId > &backendPreferences, const IDeviceSpec &deviceSpec, const OptimizerOptionsOpaque &options=OptimizerOptionsOpaque(), Optional< std::vector< std::string > & > messages=EmptyOptional())
Create an optimized version of the network.
Definition: Network.cpp:2145
+
static INetworkPtr Create(const NetworkOptions &networkOptions={})
Definition: Network.cpp:682