Lines Matching refs:operands
162 kTestModel.main.operands[kTestModel.main.inputIndexes[index]].data; in allocateInternal()
197 hidl_vec<Operand> operands(testSubgraph.operands.size()); in createSubgraph() local
198 for (uint32_t i = 0; i < testSubgraph.operands.size(); i++) { in createSubgraph()
199 const auto& op = testSubgraph.operands[i]; in createSubgraph()
232 operands[i] = {.type = static_cast<OperandType>(op.type), in createSubgraph()
251 return {.operands = std::move(operands), in createSubgraph()
320 const auto byteSize = testModel.main.operands[testModel.main.outputIndexes[index]].data.size(); in isOutputSizeGreaterThanOne()
332 auto& dims = model->main.operands[i].dimensions; in makeOutputDimensionsUnspecified()
375 const auto& op = testModel.main.operands[testModel.main.inputIndexes[i]]; in createRequest()
405 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in createRequest()
460 const auto& op = testModel.main.operands[testModel.main.inputIndexes[i]]; in createRequest()
480 const auto& op = testModel.main.operands[testModel.main.outputIndexes[i]]; in getOutputBuffers()
516 return testModel.main.operands[index].data.size() == 0; in hasZeroSizedOutput()
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()