Lines Matching refs:main
180 for (uint32_t i = 0; i < testModel.main.inputIndexes.size(); i++) { in computeWithDeviceMemories()
182 const auto& operand = testModel.main.operands[testModel.main.inputIndexes[i]]; in computeWithDeviceMemories()
203 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in computeWithDeviceMemories()
215 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in computeWithDeviceMemories()
217 const auto& operand = testModel.main.operands[testModel.main.outputIndexes[i]]; in computeWithDeviceMemories()
258 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in executeWithCompilation()
259 const auto& output = testModel.main.operands[testModel.main.outputIndexes[i]]; in executeWithCompilation()
410 return !testModel.expectFailure && testModel.main.operations.size() == 1 && in __anon560c7fe40a02()
416 std::all_of(testModel.main.outputIndexes.begin(), testModel.main.outputIndexes.end(), in __anon560c7fe40b02()
418 return testModel.main.operands[index].data.size() > 0; in __anon560c7fe40b02()
424 std::all_of(testModel.main.outputIndexes.begin(), testModel.main.outputIndexes.end(), in __anon560c7fe40d02()
426 return testModel.main.operands[index].data.size() > 0; in __anon560c7fe40d02()