Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.cpp150 uint32_t existingSize = static_cast<uint32_t>(mSmallOperandValues.size()); in setOperandValue()
152 mSmallOperandValues.resize(existingSize + extraBytes + valueLength); in setOperandValue()
156 memcpy(&mSmallOperandValues[operand.location.offset], buffer, valueLength); in setOperandValue()
585 const std::vector<uint8_t>& mSmallOperandValues) { in matchesSpec() argument
591 auto valuePtr = static_cast<const void*>(&mSmallOperandValues[operand.location.offset]); in matchesSpec()
634 mSmallOperandValues); in getNumTrailingArgumentsToRemove()
933 memcpy(&mOperandValues[offset], &refModel->mSmallOperandValues[originalOffset], in updateOperandLocations()
DModelBuilder.h115 return mSmallOperandValues.data() + offset; in getPointerToOperandValue()
206 std::vector<uint8_t> mSmallOperandValues; variable