Searched refs:checkStepRolesOfInput (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 3400 void checkStepRolesOfInput(uint32_t index, const std::set<TestStepRole>& expected) const { in checkStepRolesOfInput() function in __anonb50294d30111::MemoryStepRoleTest 3461 checkStepRolesOfInput(0, {{"deviceA", IOType::INPUT}}); in TEST_F() 3462 checkStepRolesOfInput(2, {{"deviceB", IOType::INPUT}}); in TEST_F() 3464 checkStepRolesOfInput(1, {{"deviceA", IOType::INPUT}, {"deviceB", IOType::INPUT}}); in TEST_F() 3511 checkStepRolesOfInput(0, {}); in TEST_F() 3514 checkStepRolesOfInput(1, {{"deviceA", IOType::INPUT}, {"deviceB", IOType::INPUT}}); in TEST_F() 3515 checkStepRolesOfInput(2, {{"deviceA", IOType::INPUT}, {"deviceB", IOType::INPUT}}); in TEST_F() 3581 checkStepRolesOfInput(0, {{"deviceA", IOType::INPUT}, {"deviceB", IOType::INPUT}}); in TEST_F() 3582 checkStepRolesOfInput(1, {{"deviceA", IOType::INPUT}, {"deviceB", IOType::INPUT}}); in TEST_F() 3583 checkStepRolesOfInput(2, {{"deviceA", IOType::INPUT}, {"deviceB", IOType::INPUT}}); in TEST_F() [all …]
|