Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.cpp812 std::multimap<uint32_t, uint32_t> operandToOperations; in sortIntoRunOrder() local
822 operandToOperations.insert( in sortIntoRunOrder()
842 auto range = operandToOperations.equal_range(operandIndex); in sortIntoRunOrder()