Lines Matching refs:outputIndexes
254 .outputIndexes = testSubgraph.outputIndexes}; in createSubgraph()
320 const auto byteSize = testModel.main.operands[testModel.main.outputIndexes[index]].data.size(); in isOutputSizeGreaterThanOne()
331 for (auto i : model->main.outputIndexes) { in makeOutputDimensionsUnspecified()
402 hidl_vec<RequestArgument> outputs(testModel.main.outputIndexes.size()); in createRequest()
404 for (uint32_t i = 0; i < testModel.main.outputIndexes.size(); i++) { in createRequest()
405 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in createRequest()
480 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in getOutputBuffers()
514 return std::any_of(testModel.main.outputIndexes.begin(), testModel.main.outputIndexes.end(), in hasZeroSizedOutput()
729 outputShapes.size() == testModel.main.outputIndexes.size()); in EvaluatePreparedModel()
740 ASSERT_EQ(outputShapes.size(), testModel.main.outputIndexes.size()); in EvaluatePreparedModel()
749 ASSERT_EQ(outputShapes.size(), testModel.main.outputIndexes.size()); in EvaluatePreparedModel()
758 testModel.main.operands[testModel.main.outputIndexes[i]].dimensions; in EvaluatePreparedModel()
776 const auto& expect = testModel.main.operands[testModel.main.outputIndexes[i]].dimensions; in EvaluatePreparedModel()