Searched refs:conflictTestOperand (Results 1 – 2 of 2) sorted by relevance
520 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local523 conflictTestOperand.type = it->second; in TEST_P()526 auto conflictPreparedModel = createConvPreparedModel(conflictTestOperand); in TEST_P()534 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local535 ASSERT_NE(conflictTestOperand.scale, 1.0f); in TEST_P()536 conflictTestOperand.scale = 1.0f; in TEST_P()539 auto conflictPreparedModel = createConvPreparedModel(conflictTestOperand); in TEST_P()547 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local548 ASSERT_NE(conflictTestOperand.zeroPoint, 10); in TEST_P()549 conflictTestOperand.zeroPoint = 10; in TEST_P()[all …]
495 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local498 conflictTestOperand.type = it->second; in TEST_P()501 auto conflictPreparedModel = createConvPreparedModel(conflictTestOperand); in TEST_P()509 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local510 ASSERT_NE(conflictTestOperand.scale, 1.0f); in TEST_P()511 conflictTestOperand.scale = 1.0f; in TEST_P()514 auto conflictPreparedModel = createConvPreparedModel(conflictTestOperand); in TEST_P()522 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local523 ASSERT_NE(conflictTestOperand.zeroPoint, 10); in TEST_P()524 conflictTestOperand.zeroPoint = 10; in TEST_P()[all …]