From ae050524109f1ce827962665436ef7430f2ac479 Mon Sep 17 00:00:00 2001 From: David Monahan Date: Wed, 22 Mar 2023 16:48:58 +0000 Subject: IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub. * Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82 --- ...classarmnn_1_1_i_gpu_acc_tuned_parameters.xhtml | 84 ++++++++++++++-------- 1 file changed, 53 insertions(+), 31 deletions(-) (limited to '23.02/classarmnn_1_1_i_gpu_acc_tuned_parameters.xhtml') diff --git a/23.02/classarmnn_1_1_i_gpu_acc_tuned_parameters.xhtml b/23.02/classarmnn_1_1_i_gpu_acc_tuned_parameters.xhtml index bfbb4d522d..cdfbf412ec 100644 --- a/23.02/classarmnn_1_1_i_gpu_acc_tuned_parameters.xhtml +++ b/23.02/classarmnn_1_1_i_gpu_acc_tuned_parameters.xhtml @@ -8,7 +8,7 @@ - + ArmNN: IGpuAccTunedParameters Class Reference @@ -19,9 +19,6 @@ - @@ -30,7 +27,8 @@ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); - + + @@ -51,18 +49,21 @@ - + +/* @license-end */
@@ -76,7 +77,9 @@ $(function() {
@@ -116,8 +119,8 @@ Inheritance diagram for IGpuAccTunedParameters:
ClTunedParameters - - + + @@ -134,10 +137,10 @@ Public Types - + - +

Public Types

Public Member Functions

virtual void Load (const char *filename)=0
 Loads an existing set of tuned parameters from the given file. More...
 Loads an existing set of tuned parameters from the given file. More...
 
virtual void Save (const char *filename) const =0
 Saves the current set of tuned parameters to the given file. More...
 Saves the current set of tuned parameters to the given file. More...
 
- + @@ -192,7 +195,11 @@ Protected Member Functions

@@ -146,7 +149,7 @@ Static Public Member Functions

 
static IGpuAccTunedParametersCreateRaw (Mode mode, TuningLevel tunerMode)
 Creates an IClTunedParameters with the given mode. More...
 Creates an IClTunedParameters with the given mode. More...
 
static IGpuAccTunedParametersPtr Create (Mode mode, TuningLevel tunerMode)
 

Definition at line 323 of file IRuntime.hpp.

-
324  {
325  UseTunedParameters,
326  UpdateTunedParameters
327  };
+
324  {
+
325  UseTunedParameters,
+
326  UpdateTunedParameters
+
327  };
+
@@ -221,9 +228,11 @@ Protected Member Functions

Definition at line 329 of file IRuntime.hpp.

-
330  {
331  Rapid = 1,
332  Normal = 2,
333  Exhaustive = 3
334  };
- - +
330  {
+
331  Rapid = 1,
+
332  Normal = 2,
+
333  Exhaustive = 3
+
334  };
@@ -252,7 +261,8 @@ Protected Member Functions

Definition at line 352 of file IRuntime.hpp.

-
352 {};
+
352 {};
+

Member Function Documentation

@@ -291,14 +301,14 @@ Protected Member Functions

Definition at line 17 of file ArmComputeTuningUtils.cpp.

- +
19 {
+ +
21 }
+

References IGpuAccTunedParameters::CreateRaw(), and IGpuAccTunedParameters::Destroy().

Referenced by ArmnnDevice::ArmnnDevice().

-
19 {
21 }
static void Destroy(IGpuAccTunedParameters *params)
-
static IGpuAccTunedParameters * CreateRaw(Mode mode, TuningLevel tunerMode)
Creates an IClTunedParameters with the given mode.
-
std::shared_ptr< IGpuAccTunedParameters > IGpuAccTunedParametersPtr
The following API is replaced by the backend options API.
Definition: IRuntime.hpp:307
-
+
@@ -338,9 +348,12 @@ Protected Member Functions

Creates an IClTunedParameters with the given mode.

Definition at line 11 of file ArmComputeTuningUtils.cpp.

- +
13 {
+
14  return new ClTunedParameters(mode, tuningLevel);
+
15 }
+

Referenced by IGpuAccTunedParameters::Create().

-
13 {
14  return new ClTunedParameters(mode, tuningLevel);
15 }
+ @@ -368,9 +381,12 @@ Protected Member Functions

Definition at line 23 of file ArmComputeTuningUtils.cpp.

- +
24 {
+
25  delete params;
+
26 }
+

Referenced by IGpuAccTunedParameters::Create().

-
24 {
25  delete params;
26 }
+
@@ -398,7 +414,7 @@ Protected Member Functions

Loads an existing set of tuned parameters from the given file.

-

If there is an error loading the file, an armnn::Exception is thrown.

+

If there is an error loading the file, an armnn::Exception is thrown.

Implemented in ClTunedParameters.

@@ -429,7 +445,7 @@ Protected Member Functions

Saves the current set of tuned parameters to the given file.

-

If there is an error saving to the file, an armnn::Exception is thrown.

+

If there is an error saving to the file, an armnn::Exception is thrown.

Implemented in ClTunedParameters.

@@ -441,13 +457,19 @@ Protected Member Functions
+ +
static IGpuAccTunedParameters * CreateRaw(Mode mode, TuningLevel tunerMode)
Creates an IClTunedParameters with the given mode.
+
static void Destroy(IGpuAccTunedParameters *params)
+
std::shared_ptr< IGpuAccTunedParameters > IGpuAccTunedParametersPtr
The following API is replaced by the backend options API.
Definition: IRuntime.hpp:307
+ + -- cgit v1.2.1