Home
last modified time | relevance | path

Searched refs:GetTestCaseData (Results 1 – 17 of 17) sorted by relevance

/external/armnn/tests/
DImagePreprocessor.cpp56 ImagePreprocessor<float>::GetTestCaseData(unsigned int testCaseId) in GetTestCaseData() function in ImagePreprocessor
65 ImagePreprocessor<uint8_t>::GetTestCaseData(unsigned int testCaseId) in GetTestCaseData() function in ImagePreprocessor
DMobileNetSsdDatabase.hpp45 std::unique_ptr<MobileNetSsdTestCaseData> GetTestCaseData(unsigned int testCaseId);
74 std::unique_ptr<MobileNetSsdTestCaseData> MobileNetSsdDatabase::GetTestCaseData(unsigned int testCa… in GetTestCaseData() function in __anon9da9243e0111::MobileNetSsdDatabase
DCifar10Database.hpp19 std::unique_ptr<TTestCaseData> GetTestCaseData(unsigned int testCaseId);
DMnistDatabase.hpp19 std::unique_ptr<TTestCaseData> GetTestCaseData(unsigned int testCaseId);
DDeepSpeechV1Database.hpp109 std::unique_ptr<DeepSpeechV1TestCaseData> GetTestCaseData(unsigned int testCaseId);
131 std::unique_ptr<DeepSpeechV1TestCaseData> DeepSpeechV1Database::GetTestCaseData(unsigned int testCa… in GetTestCaseData() function in __anon31667b720111::DeepSpeechV1Database
DCaffePreprocessor.hpp28 std::unique_ptr<TTestCaseData> GetTestCaseData(unsigned int testCaseId);
DYoloDatabase.hpp59 std::unique_ptr<TTestCaseData> GetTestCaseData(unsigned int testCaseId);
DCaffePreprocessor.cpp28 std::unique_ptr<CaffePreprocessor::TTestCaseData> CaffePreprocessor::GetTestCaseData(unsigned int t… in GetTestCaseData() function in CaffePreprocessor
DImagePreprocessor.hpp53 std::unique_ptr<TTestCaseData> GetTestCaseData(unsigned int testCaseId);
DCifar10Database.cpp20 std::unique_ptr<Cifar10Database::TTestCaseData> Cifar10Database::GetTestCaseData(unsigned int testC… in GetTestCaseData() function in Cifar10Database
DYoloDatabase.cpp73 std::unique_ptr<YoloDatabase::TTestCaseData> YoloDatabase::GetTestCaseData(unsigned int testCaseId) in GetTestCaseData() function in YoloDatabase
DMnistDatabase.cpp25 std::unique_ptr<MnistDatabase::TTestCaseData> MnistDatabase::GetTestCaseData(unsigned int testCaseI… in GetTestCaseData() function in MnistDatabase
DDeepSpeechV1InferenceTest.hpp173 … std::unique_ptr<DeepSpeechV1TestCaseData> testCaseData = m_Database->GetTestCaseData(testCaseId); in GetTestCase()
DMobileNetSsdInferenceTest.hpp192 … std::unique_ptr<MobileNetSsdTestCaseData> testCaseData = m_Database->GetTestCaseData(testCaseId); in GetTestCase()
DYoloInferenceTest.hpp220 std::unique_ptr<YoloTestCaseData> testCaseData = m_Database->GetTestCaseData(testCaseId); in GetTestCase()
DInferenceTest.inl232 …std::unique_ptr<typename TDatabase::TTestCaseData> testCaseData = m_Database->GetTestCaseData(test…
/external/armnn/tests/MultipleNetworksCifar10/
DMultipleNetworksCifar10.cpp172 … std::unique_ptr<Cifar10Database::TTestCaseData> testCaseData = cifar10.GetTestCaseData(i); in main()