Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp493 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local
496 conflictTestOperand.type = it->second; in TEST_P()
499 auto conflictPreparedModel = createConvPreparedModel(conflictTestOperand); in TEST_P()
507 TestOperand conflictTestOperand = kTestOperand; in TEST_P() local
508 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() local
521 ASSERT_NE(conflictTestOperand.zeroPoint, 10); in TEST_P()
522 conflictTestOperand.zeroPoint = 10; in TEST_P()
[all …]