Home
last modified time | relevance | path

Searched refs:conflictTestOperand (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp520 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local
523 conflictTestOperand.type = it->second; in TEST_P()
526 auto conflictPreparedModel = createConvPreparedModel(conflictTestOperand); in TEST_P()
534 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local
535 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() local
548 ASSERT_NE(conflictTestOperand.zeroPoint, 10); in TEST_P()
549 conflictTestOperand.zeroPoint = 10; in TEST_P()
[all …]
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp495 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local
498 conflictTestOperand.type = it->second; in TEST_P()
501 auto conflictPreparedModel = createConvPreparedModel(conflictTestOperand); in TEST_P()
509 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local
510 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() local
523 ASSERT_NE(conflictTestOperand.zeroPoint, 10); in TEST_P()
524 conflictTestOperand.zeroPoint = 10; in TEST_P()
[all …]