Lines Matching refs:main
187 for (uint32_t i = 0; i < testModel.main.inputIndexes.size(); i++) { in createRequestWithDeviceMemories()
189 const auto& operand = testModel.main.operands[testModel.main.inputIndexes[i]]; in createRequestWithDeviceMemories()
210 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in createRequestWithDeviceMemories()
223 ASSERT_EQ(testModel.main.outputIndexes.size(), outputMemories.size()); in copyResultsFromDeviceMemories()
227 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in copyResultsFromDeviceMemories()
229 const auto& operand = testModel.main.operands[testModel.main.outputIndexes[i]]; in copyResultsFromDeviceMemories()
281 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in executeInternal()
283 const auto& output = testModel.main.operands[testModel.main.outputIndexes[i]]; in executeInternal()
319 for (uint32_t i = 0; i < testModel.main.inputIndexes.size(); i++) { in validateCompilationMemoryPreferences()
328 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in validateCompilationMemoryPreferences()
505 return !testModel.expectFailure && testModel.main.operations.size() == 1 && in __anonf52319910b02()
511 std::all_of(testModel.main.outputIndexes.begin(), testModel.main.outputIndexes.end(), in __anonf52319910c02()
513 return testModel.main.operands[index].data.size() > 0; in __anonf52319910c02()
519 std::all_of(testModel.main.outputIndexes.begin(), testModel.main.outputIndexes.end(), in __anonf52319910e02()
521 return testModel.main.operands[index].data.size() > 0; in __anonf52319910e02()