Home
last modified time | relevance | path

Searched refs:mSmallOperandValues (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp162 uint32_t existingSize = static_cast<uint32_t>(mSmallOperandValues.size()); in setOperandValue()
164 mSmallOperandValues.resize(existingSize + extraBytes + valueLength); in setOperandValue()
168 memcpy(&mSmallOperandValues[operand.location.offset], buffer, valueLength); in setOperandValue()
579 const std::vector<uint8_t>& mSmallOperandValues) { in matchesSpec() argument
582 valuePtr = static_cast<const void*>(&mSmallOperandValues[operand.location.offset]); in matchesSpec()
632 mSmallOperandValues); in getNumTrailingArgumentsToRemove()
927 operand.location = mOperandValues.append(&refModel->mSmallOperandValues[originalOffset], in updateOperandLocations()
DModelBuilder.h115 return mSmallOperandValues.data() + offset; in getPointerToOperandValue()
206 std::vector<uint8_t> mSmallOperandValues; variable