Searched refs:fixOperandDataLocations (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | ModelUtils.cpp | 202 void fixOperandDataLocations(std::vector<Operand>* operands, Model::OperandValues* newOperandValues, in fixOperandDataLocations() function 215 void fixOperandDataLocations(Model* model, const std::vector<uint32_t>& remappedPoolIndex, in fixOperandDataLocations() function 218 fixOperandDataLocations(&model->main.operands, &model->operandValues, operandValues, in fixOperandDataLocations() 221 fixOperandDataLocations(&subgraph.operands, &model->operandValues, operandValues, in fixOperandDataLocations() 285 fixOperandDataLocations(model, mappedPoolIndices, mappedSubgraphIndices); in removeDeadOperands()
|