Lines Matching defs:testModel
179 const TestModel& testModel, Execution* execution, in createRequestWithDeviceMemories()
219 static void copyResultsFromDeviceMemories(const TestModel& testModel, in copyResultsFromDeviceMemories()
242 void GeneratedTests::executeInternal(const Compilation& compilation, const TestModel& testModel, in executeInternal()
302 const TestModel& testModel) { in executeWithCompilation()
317 const TestModel& testModel) { in validateCompilationMemoryPreferences()
341 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce()
351 const TestModel& testModel) { in executeMultithreadedOwnCompilation()
362 const TestModel& testModel) { in executeMultithreadedSharedCompilation()
377 void GeneratedTests::execute(const TestModel& testModel) { in execute()
494 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon6a3529560802()
496 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) { in __anon6a3529560902()
500 INSTANTIATE_GENERATED_TEST(GeneratedValidationTests, [](const TestModel& testModel) { in __anon6a3529560a02()
504 INSTANTIATE_GENERATED_TEST(QuantizationCouplingTest, [](const TestModel& testModel) { in __anon6a3529560b02()
509 INSTANTIATE_GENERATED_TEST(DeviceMemoryTest, [](const TestModel& testModel) { in __anon6a3529560c02()
517 INSTANTIATE_GENERATED_TEST(FencedComputeTest, [](const TestModel& testModel) { in __anon6a3529560e02()