From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ..._inference_model_1_1_command_line_options.xhtml | 287 --------------------- 1 file changed, 287 deletions(-) delete mode 100644 Documentation/struct_inference_model_1_1_command_line_options.xhtml (limited to 'Documentation/struct_inference_model_1_1_command_line_options.xhtml') diff --git a/Documentation/struct_inference_model_1_1_command_line_options.xhtml b/Documentation/struct_inference_model_1_1_command_line_options.xhtml deleted file mode 100644 index 7e1d8f5e82..0000000000 --- a/Documentation/struct_inference_model_1_1_command_line_options.xhtml +++ /dev/null @@ -1,287 +0,0 @@ - - - - - - - - - - - - - -ArmNN: InferenceModel< IParser, TDataType >::CommandLineOptions Struct Reference - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.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
 
std::string m_Labels
 
-

Detailed Description

-

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

- - -

Definition at line 324 of file InferenceModel.hpp.

-

Member Function Documentation

- -

◆ GetComputeDevicesAsBackendIds()

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

Definition at line 333 of file InferenceModel.hpp.

-
334  {
335  std::vector<armnn::BackendId> backendIds;
336  std::copy(m_ComputeDevices.begin(), m_ComputeDevices.end(), std::back_inserter(backendIds));
337  return backendIds;
338  }
std::vector< std::string > m_ComputeDevices
-
-
-
-

Member Data Documentation

- -

◆ m_ComputeDevices

- -
-
- - - - -
std::vector<std::string> m_ComputeDevices
-
- -

Definition at line 327 of file InferenceModel.hpp.

- -

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

- -
-
- -

◆ m_DynamicBackendsPath

- -
-
- - - - -
std::string m_DynamicBackendsPath
-
- -

Definition at line 328 of file InferenceModel.hpp.

- -

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

- -
-
- -

◆ m_EnableFp16TurboMode

- -
-
- - - - -
bool m_EnableFp16TurboMode
-
- -

Definition at line 330 of file InferenceModel.hpp.

- -

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

- -
-
- -

◆ m_Labels

- -
-
- - - - -
std::string m_Labels
-
- -

Definition at line 331 of file InferenceModel.hpp.

- -

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

- -
-
- -

◆ m_ModelDir

- -
-
- - - - -
std::string m_ModelDir
-
- -

Definition at line 326 of file InferenceModel.hpp.

- -

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

- -
-
- -

◆ m_VisualizePostOptimizationModel

- -
-
- - - - -
bool m_VisualizePostOptimizationModel
-
- -

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