Lines Matching defs:testModel
244 void computeWithPtrs(const TestModel& testModel, Execution* execution, in computeWithPtrs()
284 const TestModel& testModel, Execution* execution, in computeWithDeviceMemories()
347 const TestModel& testModel) { in executeWithCompilation()
388 void GeneratedTests::executeOnce(const Model& model, const TestModel& testModel) { in executeOnce()
421 const TestModel& testModel) { in executeMultithreadedOwnCompilation()
433 const TestModel& testModel) { in executeMultithreadedSharedCompilation()
473 void GeneratedTests::execute(const TestModel& testModel) { in execute()
591 [](const TestModel& testModel) { return !testModel.expectFailure; }); in __anon8752d1880a02()
593 INSTANTIATE_GENERATED_TEST(DynamicOutputShapeTest, [](const TestModel& testModel) { in __anon8752d1880b02()
597 INSTANTIATE_GENERATED_TEST(GeneratedValidationTests, [](const TestModel& testModel) { in __anon8752d1880c02()
601 INSTANTIATE_GENERATED_TEST(QuantizationCouplingTest, [](const TestModel& testModel) { in __anon8752d1880d02()
606 INSTANTIATE_GENERATED_TEST(DeviceMemoryTest, [](const TestModel& testModel) { in __anon8752d1880e02()
614 INSTANTIATE_GENERATED_TEST(FencedComputeTest, [](const TestModel& testModel) { in __anon8752d1881002()