Lines Matching refs:operands
136 kTestModel.main.operands[kTestModel.main.inputIndexes[index]].data; in allocateInternal()
169 std::vector<Operand> operands(testSubgraph.operands.size()); in createSubgraph() local
170 for (uint32_t i = 0; i < testSubgraph.operands.size(); i++) { in createSubgraph()
171 const auto& op = testSubgraph.operands[i]; in createSubgraph()
206 operands[i] = {.type = static_cast<OperandType>(op.type), in createSubgraph()
224 return {.operands = std::move(operands), in createSubgraph()
298 const auto byteSize = testModel.main.operands[testModel.main.outputIndexes[index]].data.size(); in isOutputSizeGreaterThanOne()
312 auto& dims = model->main.operands[i].dimensions; in makeOutputDimensionsUnspecified()
363 const auto& op = testModel.main.operands[testModel.main.inputIndexes[i]]; in createRequest()
396 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in createRequest()
463 const auto& op = testModel.main.operands[testModel.main.inputIndexes[i]]; in createRequest()
483 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in getOutputBuffers()
519 return testModel.main.operands[index].data.size() == 0; in hasZeroSizedOutput()
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()