Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DModelUtils.cpp39 std::vector<uint32_t> getMapping(const std::vector<bool>& includes) { in getMapping() function
266 const auto mappedOperandIndices = getMapping(operandsUsed); in removeDeadOperands()
283 const auto mappedPoolIndices = getMapping(poolsUsed); in removeDeadOperands()
284 const auto mappedSubgraphIndices = getMapping(subgraphsUsed); in removeDeadOperands()
/packages/modules/NeuralNetworks/runtime/operation_converters/
DSubGraphContext.cpp108 const Mapping& SubGraphContext::getMapping(uint32_t poolIndex) { in getMapping() function in android::nn::SubGraphContext
131 const Mapping& mapping = getMapping(operand.location.poolIndex); in getConstantPointerAndLength()
DSubGraphContext.h72 const Mapping& getMapping(uint32_t poolIndex);