From 4840dfb7543d66652dc11c5ff39c8f5c1e2f9370 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Tue, 25 Aug 2020 12:35:58 +0100 Subject: Updating Doxygen Documentation for 20.08 release Signed-off-by: Ryan OShea Change-Id: I605409f8720de5353feceb161b39f8a5f0598180 --- ..._inference_model_1_1_command_line_options.xhtml | 307 +++++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 20.08/struct_inference_model_1_1_command_line_options.xhtml (limited to '20.08/struct_inference_model_1_1_command_line_options.xhtml') diff --git a/20.08/struct_inference_model_1_1_command_line_options.xhtml b/20.08/struct_inference_model_1_1_command_line_options.xhtml new file mode 100644 index 0000000000..a89e7092d8 --- /dev/null +++ b/20.08/struct_inference_model_1_1_command_line_options.xhtml @@ -0,0 +1,307 @@ + + + + + + + + + + + + + +ArmNN: InferenceModel< IParser, TDataType >::CommandLineOptions Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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 330 of file InferenceModel.hpp.

+

Member Function Documentation

+ +

◆ GetComputeDevicesAsBackendIds()

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

Definition at line 340 of file InferenceModel.hpp.

+
341  {
342  std::vector<armnn::BackendId> backendIds;
343  std::copy(m_ComputeDevices.begin(), m_ComputeDevices.end(), std::back_inserter(backendIds));
344  return backendIds;
345  }
std::vector< std::string > m_ComputeDevices
+
+
+
+

Member Data Documentation

+ +

◆ m_ComputeDevices

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

Definition at line 333 of file InferenceModel.hpp.

+ +

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

+ +
+
+ +

◆ m_DynamicBackendsPath

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

Definition at line 334 of file InferenceModel.hpp.

+ +

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

+ +
+
+ +

◆ m_EnableBf16TurboMode

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

Definition at line 337 of file InferenceModel.hpp.

+ +

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

+ +
+
+ +

◆ m_EnableFp16TurboMode

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

Definition at line 336 of file InferenceModel.hpp.

+ +

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

+ +
+
+ +

◆ m_Labels

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

Definition at line 338 of file InferenceModel.hpp.

+ +

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

+ +
+
+ +

◆ m_ModelDir

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

Definition at line 332 of file InferenceModel.hpp.

+ +

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

+ +
+
+ +

◆ m_VisualizePostOptimizationModel

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

Definition at line 335 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