Searched refs:InferenceModelTestCase (Results 1 – 5 of 5) sorted by relevance
112 class InferenceModelTestCase : public IInferenceTestCase class116 InferenceModelTestCase(TModel& model, in InferenceModelTestCase() function in armnn::test::InferenceModelTestCase151 class ClassifierTestCase : public InferenceModelTestCase<TModel>
20 class DeepSpeechV1TestCase : public InferenceModelTestCase<Model>26 : InferenceModelTestCase<Model>(model, in DeepSpeechV1TestCase()
21 class MobileNetSsdTestCase : public InferenceModelTestCase<Model>27 : InferenceModelTestCase<Model>(model, in MobileNetSsdTestCase()
21 class YoloTestCase : public InferenceModelTestCase<Model>27 …: InferenceModelTestCase<Model>(model, testCaseId, { std::move(testCaseData.m_InputImage) }, { Yol… in YoloTestCase()
42 : InferenceModelTestCase<TModel>(