Lines Matching defs:testModel
141 static void computeWithPtrs(const TestModel& testModel, Execution* execution, Result* result, in computeWithPtrs()
177 static void computeWithDeviceMemories(const Compilation& compilation, const TestModel& testModel, in computeWithDeviceMemories()
240 const TestModel& testModel) { in executeWithCompilation()
279 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce()
288 const TestModel& testModel) { in executeMultithreadedOwnCompilation()
299 const TestModel& testModel) { in executeMultithreadedSharedCompilation()
314 void GeneratedTests::execute(const TestModel& testModel) { in execute()
435 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon560c7fe40702()
437 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) { in __anon560c7fe40802()
441 INSTANTIATE_GENERATED_TEST(GeneratedValidationTests, [](const TestModel& testModel) { in __anon560c7fe40902()
445 INSTANTIATE_GENERATED_TEST(QuantizationCouplingTest, [](const TestModel& testModel) { in __anon560c7fe40a02()
450 INSTANTIATE_GENERATED_TEST(DeviceMemoryTest, [](const TestModel& testModel) { in __anon560c7fe40b02()
458 INSTANTIATE_GENERATED_TEST(FencedComputeTest, [](const TestModel& testModel) { in __anon560c7fe40d02()