Home
last modified time | relevance | path

Searched refs:m_ModelCommandLineOptions (Results 1 – 5 of 5) sorted by relevance

/external/armnn/tests/
DDeepSpeechV1InferenceTest.hpp120 Model::AddCommandLineOptions(options, m_ModelCommandLineOptions, required); in AddCommandLineOptions()
155 m_Model = m_ConstructModel(commonOptions, m_ModelCommandLineOptions); in ProcessCommandLineOptions()
183 typename Model::CommandLineOptions m_ModelCommandLineOptions; member in __anondf4298250111::DeepSpeechV1TestCaseProvider
DMobileNetSsdInferenceTest.hpp165 Model::AddCommandLineOptions(options, m_ModelCommandLineOptions, required); in AddCommandLineOptions()
175 m_Model = m_ConstructModel(commonOptions, m_ModelCommandLineOptions); in ProcessCommandLineOptions()
202 typename Model::CommandLineOptions m_ModelCommandLineOptions; member in __anon034aa0710111::MobileNetSsdTestCaseProvider
DYoloInferenceTest.hpp193 Model::AddCommandLineOptions(options, m_ModelCommandLineOptions, required); in AddCommandLineOptions()
203 m_Model = m_ConstructModel(commonOptions, m_ModelCommandLineOptions); in ProcessCommandLineOptions()
230 typename Model::CommandLineOptions m_ModelCommandLineOptions; member in YoloTestCaseProvider
DInferenceTest.hpp193 typename InferenceModel::CommandLineOptions m_ModelCommandLineOptions; member in armnn::test::ClassifierTestCaseProvider
DInferenceTest.inl208 InferenceModel::AddCommandLineOptions(options, m_ModelCommandLineOptions, required);
222 m_Model = m_ConstructModel(commonOptions, m_ModelCommandLineOptions);