Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp167 uint32_t existingSize = static_cast<uint32_t>(mSmallOperandValues.size()); in setOperandValue()
169 mSmallOperandValues.resize(existingSize + extraBytes + valueLength); in setOperandValue()
173 memcpy(&mSmallOperandValues[operand.location.offset], buffer, valueLength); in setOperandValue()
609 const std::vector<uint8_t>& mSmallOperandValues) { in matchesSpec() argument
612 valuePtr = static_cast<const void*>(&mSmallOperandValues[operand.location.offset]); in matchesSpec()
662 mSmallOperandValues); in getNumTrailingArgumentsToRemove()
965 operand.location = mOperandValues.append(&refModel->mSmallOperandValues[originalOffset], in updateOperandLocations()
DModelBuilder.h117 return mSmallOperandValues.data() + offset; in getPointerToOperandValue()
220 std::vector<uint8_t> mSmallOperandValues; variable