Searched refs:remappedPoolIndex (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | ModelUtils.cpp | 170 const std::vector<uint32_t>& remappedPoolIndex, in fixOperandDataLocation() argument 183 operand->location.poolIndex = remappedPoolIndex.at(operand->location.poolIndex); in fixOperandDataLocation() 204 const std::vector<uint32_t>& remappedPoolIndex, in fixOperandDataLocations() argument 207 fixOperandDataLocation(&operand, newOperandValues, oldOperandValues, remappedPoolIndex, in fixOperandDataLocations() 215 void fixOperandDataLocations(Model* model, const std::vector<uint32_t>& remappedPoolIndex, in fixOperandDataLocations() argument 219 remappedPoolIndex, remappedSubgraphIndex); in fixOperandDataLocations() 222 remappedPoolIndex, remappedSubgraphIndex); in fixOperandDataLocations()
|