Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp162 uint32_t existingSize = static_cast<uint32_t>(mSmallOperandValues.size()); in setOperandValue() local
163 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in setOperandValue()
164 mSmallOperandValues.resize(existingSize + extraBytes + valueLength); in setOperandValue()
167 .poolIndex = 0, .offset = existingSize + extraBytes, .length = valueLength}; in setOperandValue()