From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- ..._inference_model_1_1_command_line_options.xhtml | 307 +++++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 21.02/struct_inference_model_1_1_command_line_options.xhtml (limited to '21.02/struct_inference_model_1_1_command_line_options.xhtml') diff --git a/21.02/struct_inference_model_1_1_command_line_options.xhtml b/21.02/struct_inference_model_1_1_command_line_options.xhtml new file mode 100644 index 0000000000..094ff00f1a --- /dev/null +++ b/21.02/struct_inference_model_1_1_command_line_options.xhtml @@ -0,0 +1,307 @@ + + + + + + + + + + + + + +ArmNN: InferenceModel< IParser, TDataType >::CommandLineOptions Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
InferenceModel< IParser, TDataType >::CommandLineOptions Struct Reference
+
+
+ +

#include <InferenceModel.hpp>

+ + + + +

+Public Member Functions

std::vector< armnn::BackendIdGetComputeDevicesAsBackendIds ()
 
+ + + + + + + + + + + + + + + +

+Public Attributes

std::string m_ModelDir
 
std::vector< std::string > m_ComputeDevices
 
std::string m_DynamicBackendsPath
 
bool m_VisualizePostOptimizationModel
 
bool m_EnableFp16TurboMode
 
bool m_EnableBf16TurboMode
 
std::string m_Labels
 
+

Detailed Description

+

template<typename IParser, typename TDataType>
+struct InferenceModel< IParser, TDataType >::CommandLineOptions

+ + +

Definition at line 340 of file InferenceModel.hpp.

+

Member Function Documentation

+ +

◆ GetComputeDevicesAsBackendIds()

+ +
+
+ + + + + +
+ + + + + + + +
std::vector<armnn::BackendId> GetComputeDevicesAsBackendIds ()
+
+inline
+
+ +

Definition at line 350 of file InferenceModel.hpp.

+
351  {
352  std::vector<armnn::BackendId> backendIds;
353  std::copy(m_ComputeDevices.begin(), m_ComputeDevices.end(), std::back_inserter(backendIds));
354  return backendIds;
355  }
std::vector< std::string > m_ComputeDevices
+
+
+
+

Member Data Documentation

+ +

◆ m_ComputeDevices

+ +
+
+ + + + +
std::vector<std::string> m_ComputeDevices
+
+ +

Definition at line 343 of file InferenceModel.hpp.

+ +

Referenced by InferenceModel< IParser, TDataType >::AddCommandLineOptions().

+ +
+
+ +

◆ m_DynamicBackendsPath

+ +
+
+ + + + +
std::string m_DynamicBackendsPath
+
+ +

Definition at line 344 of file InferenceModel.hpp.

+ +

Referenced by InferenceModel< IParser, TDataType >::AddCommandLineOptions().

+ +
+
+ +

◆ m_EnableBf16TurboMode

+ +
+
+ + + + +
bool m_EnableBf16TurboMode
+
+ +

Definition at line 347 of file InferenceModel.hpp.

+ +

Referenced by InferenceModel< IParser, TDataType >::AddCommandLineOptions().

+ +
+
+ +

◆ m_EnableFp16TurboMode

+ +
+
+ + + + +
bool m_EnableFp16TurboMode
+
+ +

Definition at line 346 of file InferenceModel.hpp.

+ +

Referenced by InferenceModel< IParser, TDataType >::AddCommandLineOptions().

+ +
+
+ +

◆ m_Labels

+ +
+
+ + + + +
std::string m_Labels
+
+ +

Definition at line 348 of file InferenceModel.hpp.

+ +

Referenced by InferenceModel< IParser, TDataType >::AddCommandLineOptions().

+ +
+
+ +

◆ m_ModelDir

+ +
+
+ + + + +
std::string m_ModelDir
+
+ +

Definition at line 342 of file InferenceModel.hpp.

+ +

Referenced by InferenceModel< IParser, TDataType >::AddCommandLineOptions().

+ +
+
+ +

◆ m_VisualizePostOptimizationModel

+ +
+
+ + + + +
bool m_VisualizePostOptimizationModel
+
+ +

Definition at line 345 of file InferenceModel.hpp.

+ +

Referenced by InferenceModel< IParser, TDataType >::AddCommandLineOptions().

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1