Lines Matching defs:testModel
253 void computeWithPtrs(const TestModel& testModel, Execution* execution, in computeWithPtrs()
293 const Compilation& compilation, const TestModel& testModel, Execution* execution, in computeWithDeviceMemories()
361 const TestModel& testModel) { in executeWithCompilation()
405 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce()
438 const TestModel& testModel) { in executeMultithreadedOwnCompilation()
450 const TestModel& testModel) { in executeMultithreadedSharedCompilation()
490 void GeneratedTests::execute(const TestModel& testModel) { in execute()
613 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon9bdf8d9c0a02()
615 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) { in __anon9bdf8d9c0b02()
619 INSTANTIATE_GENERATED_TEST(GeneratedValidationTests, [](const TestModel& testModel) { in __anon9bdf8d9c0c02()
623 INSTANTIATE_GENERATED_TEST(QuantizationCouplingTest, [](const TestModel& testModel) { in __anon9bdf8d9c0d02()
628 INSTANTIATE_GENERATED_TEST(DeviceMemoryTest, [](const TestModel& testModel) { in __anon9bdf8d9c0e02()
636 INSTANTIATE_GENERATED_TEST(FencedComputeTest, [](const TestModel& testModel) { in __anon9bdf8d9c1002()