Searched refs:conflictTestOperand (Results 1 – 1 of 1) sorted by relevance
493 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local496 conflictTestOperand.type = it->second; in TEST_P()499 auto conflictPreparedModel = createConvPreparedModel(conflictTestOperand); in TEST_P()507 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local508 ASSERT_NE(conflictTestOperand.scale, 1.0f); in TEST_P()509 conflictTestOperand.scale = 1.0f; in TEST_P()512 auto conflictPreparedModel = createConvPreparedModel(conflictTestOperand); in TEST_P()520 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local521 ASSERT_NE(conflictTestOperand.zeroPoint, 10); in TEST_P()522 conflictTestOperand.zeroPoint = 10; in TEST_P()[all …]