From 38b600d8abb2c5f7a44511b5deddf441f975d51d Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 15 Feb 2024 15:02:19 +0000 Subject: IVGCVSW-7968 Update Doxygen docu for 24.02 Signed-off-by: Nikhil Raj Change-Id: I8c1e45815c6cf78f80d6f2c0959a5bbba6cd11de --- latest/_armnn_prepared_model_8cpp_source.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'latest/_armnn_prepared_model_8cpp_source.html') diff --git a/latest/_armnn_prepared_model_8cpp_source.html b/latest/_armnn_prepared_model_8cpp_source.html index 158ea80ce1..e03fc0853a 100644 --- a/latest/_armnn_prepared_model_8cpp_source.html +++ b/latest/_armnn_prepared_model_8cpp_source.html @@ -36,7 +36,7 @@ ArmNN
-  23.11 +  24.02
@@ -783,17 +783,17 @@ $(document).ready(function(){initNavTree('_armnn_prepared_model_8cpp_source.html
unsigned int ImportedInputId
Definition: Types.hpp:310
-
A tensor defined by a TensorInfo (shape and data type) and a mutable backing store.
Definition: Tensor.hpp:319
-
MemoryType GetMemoryArea() const
Definition: Tensor.hpp:305
+
A tensor defined by a TensorInfo (shape and data type) and a mutable backing store.
Definition: Tensor.hpp:321
+
MemoryType GetMemoryArea() const
Definition: Tensor.hpp:307
unsigned int GetNumBytes() const
Definition: Tensor.cpp:427
void DumpJsonProfilingIfRequired(bool gpuProfilingEnabled, const std::string &dumpDir, armnn::NetworkId networkId, const armnn::IProfiler *profiler)
-
std::vector< std::pair< LayerBindingId, class ConstTensor > > InputTensors
Definition: Tensor.hpp:392
+
std::vector< std::pair< LayerBindingId, class ConstTensor > > InputTensors
Definition: Tensor.hpp:394
void CommitPools(std::vector<::android::nn::RunTimePoolInfo > &memPools)
-
unsigned int GetNumDimensions() const
Definition: Tensor.hpp:195
-
std::vector< std::pair< LayerBindingId, class Tensor > > OutputTensors
Definition: Tensor.hpp:393
+
unsigned int GetNumDimensions() const
Definition: Tensor.hpp:197
+
std::vector< std::pair< LayerBindingId, class Tensor > > OutputTensors
Definition: Tensor.hpp:395
ArmnnPreparedModel(armnn::NetworkId networkId, armnn::IRuntime *runtime, const Model &model, const std::string &requestInputsAndOutputsDumpDir, const bool gpuProfilingEnabled, Priority priority=Priority::MEDIUM)
virtual const char * what() const noexcept override
Definition: Exceptions.cpp:32
@@ -815,7 +815,7 @@ $(document).ready(function(){initNavTree('_armnn_prepared_model_8cpp_source.html
Base class for all ArmNN exceptions so that users can filter to just those.
Definition: Exceptions.hpp:46
std::string GetModelSummary(const Model &model)
-
const TensorInfo & GetInfo() const
Definition: Tensor.hpp:295
+
const TensorInfo & GetInfo() const
Definition: Tensor.hpp:297
const std::shared_ptr< IProfiler > GetProfiler(NetworkId networkId) const
Gets the profiler corresponding to the given network id.
Definition: Runtime.cpp:151
@@ -824,14 +824,14 @@ $(document).ready(function(){initNavTree('_armnn_prepared_model_8cpp_source.html
Status
Definition: Types.hpp:42
ExecutionResult< std::pair< std::vector< OutputShape >, Timing > > execute(const Request &request, MeasureTiming measureTiming, const OptionalTimePoint &deadline, const OptionalDuration &loopTimeoutDuration, const std::vector< android::nn::TokenValuePair > &hints, const std::vector< android::nn::ExtensionNameAndPrefix > &extensionNameToPrefix) const override
void * GetMemoryFromPointer(const Request::Argument &requestArg)
-
const TensorShape & GetShape() const
Definition: Tensor.hpp:191
+
const TensorShape & GetShape() const
Definition: Tensor.hpp:193
GeneralResult< std::pair< SyncFence, ExecuteFencedInfoCallback > > executeFenced(const Request &request, const std::vector< SyncFence > &waitFor, MeasureTiming measureTiming, const OptionalTimePoint &deadline, const OptionalDuration &loopTimeoutDuration, const OptionalDuration &timeoutDurationAfterFence, const std::vector< android::nn::TokenValuePair > &hints, const std::vector< android::nn::ExtensionNameAndPrefix > &extensionNameToPrefix) const override
void DumpTensor(const std::string &dumpDir, const std::string &requestName, const std::string &tensorName, const TensorType &tensor)
GeneralResult< android::nn::SharedExecution > createReusableExecution(const Request &request, MeasureTiming measureTiming, const OptionalDuration &loopTimeoutDuration, const std::vector< android::nn::TokenValuePair > &hints, const std::vector< android::nn::ExtensionNameAndPrefix > &extensionNameToPrefix) const override
TensorInfo GetInputTensorInfo(NetworkId networkId, LayerBindingId layerId) const
Definition: Runtime.cpp:82
Status EnqueueWorkload(NetworkId networkId, const InputTensors &inputTensors, const OutputTensors &outputTensors, std::vector< ImportedInputId > preImportedInputIds={}, std::vector< ImportedOutputId > preImportedOutputIds={})
Evaluates a network using input in inputTensors and outputs filled into outputTensors.
Definition: Runtime.cpp:113
-
A tensor defined by a TensorInfo (shape and data type) and an immutable backing store.
Definition: Tensor.hpp:327
+
A tensor defined by a TensorInfo (shape and data type) and an immutable backing store.
Definition: Tensor.hpp:329
ErrorStatus ExecuteGraph(std::shared_ptr< std::vector< android::nn::RunTimePoolInfo >> &pMemPools, armnn::InputTensors &inputTensors, armnn::OutputTensors &outputTensors, CanonicalExecutionContext callback, const bool pointerMemory=false) const
execute the graph prepared from the request
GeneralResult< SharedBurst > configureExecutionBurst() const override
void SetConstant(const bool IsConstant=true)
Marks the data corresponding to this tensor info as constant.
Definition: Tensor.cpp:514
@@ -841,7 +841,7 @@ $(document).ready(function(){initNavTree('_armnn_prepared_model_8cpp_source.html