Lines Matching refs:outputIndexes
227 .outputIndexes = utils::toSigned(testSubgraph.outputIndexes).value()}; in createSubgraph()
298 const auto byteSize = testModel.main.operands[testModel.main.outputIndexes[index]].data.size(); in isOutputSizeGreaterThanOne()
311 for (auto i : model->main.outputIndexes) { in makeOutputDimensionsUnspecified()
393 std::vector<RequestArgument> outputs(testModel.main.outputIndexes.size()); in createRequest()
395 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in createRequest()
396 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in createRequest()
483 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in getOutputBuffers()
517 return std::any_of(testModel.main.outputIndexes.begin(), testModel.main.outputIndexes.end(), in hasZeroSizedOutput()
705 outputShapes.size() == testModel.main.outputIndexes.size()); in EvaluatePreparedModel()
716 ASSERT_EQ(outputShapes.size(), testModel.main.outputIndexes.size()); in EvaluatePreparedModel()
725 ASSERT_EQ(outputShapes.size(), testModel.main.outputIndexes.size()); in EvaluatePreparedModel()
734 testModel.main.operands[testModel.main.outputIndexes[i]].dimensions; in EvaluatePreparedModel()
752 const auto& expect = testModel.main.operands[testModel.main.outputIndexes[i]].dimensions; in EvaluatePreparedModel()