Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.cpp150 uint32_t existingSize = static_cast<uint32_t>(mSmallOperandValues.size()); in setOperandValue() local
151 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in setOperandValue()
152 mSmallOperandValues.resize(existingSize + extraBytes + valueLength); in setOperandValue()
155 .poolIndex = 0, .offset = existingSize + extraBytes, .length = valueLength}; in setOperandValue()
928 uint32_t existingSize = mOperandValues.size(); in updateOperandLocations() local
929 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in updateOperandLocations()
931 uint32_t offset = existingSize + extraBytes; in updateOperandLocations()