Searched refs:checkStepRolesOfOutput (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestPartitioning.cpp | 3409 void checkStepRolesOfOutput(uint32_t index, const std::set<TestStepRole>& expected) const { in checkStepRolesOfOutput() function in __anon63efd43f0110::MemoryStepRoleTest 3464 checkStepRolesOfOutput(0, {{"deviceA", IOType::OUTPUT}, {"deviceC", IOType::INPUT}}); in TEST_F() 3466 checkStepRolesOfOutput(1, {{"deviceC", IOType::OUTPUT}}); in TEST_F() 3516 checkStepRolesOfOutput(0, {{"deviceA", IOType::OUTPUT}, {"deviceB", IOType::OUTPUT}}); in TEST_F() 3583 checkStepRolesOfOutput(0, {}); in TEST_F() 3683 checkStepRolesOfOutput(0, {}); in TEST_F()
|