Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DModelUtils.cpp168 void fixOperandDataLocation(Operand* operand, Model::OperandValues* newOperandValues, in fixOperandDataLocation() argument
173 CHECK(newOperandValues != nullptr); in fixOperandDataLocation()
179 operand->location = newOperandValues->append(data, length); in fixOperandDataLocation()
202 void fixOperandDataLocations(std::vector<Operand>* operands, Model::OperandValues* newOperandValues, in fixOperandDataLocations() argument
207 fixOperandDataLocation(&operand, newOperandValues, oldOperandValues, remappedPoolIndex, in fixOperandDataLocations()