Lines Matching refs:testModel
419 const Model* model, const TestModel& testModel) { in verifyModelPreparationBehaviour() argument
442 EvaluatePreparedModel(kDevice, preparedModel, testModel, in verifyModelPreparationBehaviour()
484 const TestModel& testModel = createTestModel(); in TEST_P() local
485 const Model model = createModel(testModel); in TEST_P()
520 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
525 const TestModel& testModel = createTestModel(); in TEST_P() local
526 const Model model = createModel(testModel); in TEST_P()
581 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
586 const TestModel& testModel = createTestModel(); in TEST_P() local
587 const Model model = createModel(testModel); in TEST_P()
602 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
604 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
620 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
622 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
637 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
639 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
655 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
657 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
663 const TestModel& testModel = createTestModel(); in TEST_P() local
664 const Model model = createModel(testModel); in TEST_P()
683 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
695 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
706 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
718 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
724 const TestModel& testModel = createTestModel(); in TEST_P() local
725 const Model model = createModel(testModel); in TEST_P()
741 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
743 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
757 EvaluatePreparedModel(kDevice, preparedModel, testModel, /*testKind=*/TestKind::GENERAL); in TEST_P()
759 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
765 const TestModel& testModel = createTestModel(); in TEST_P() local
766 const Model model = createModel(testModel); in TEST_P()
787 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
797 verifyModelPreparationBehaviour(modelCache, dataCache, &model, testModel); in TEST_P()
1082 const TestModel& testModel = createTestModel(); in testCorruptedCache() local
1083 const Model model = createModel(testModel); in testCorruptedCache()