Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h213 std::map<uint32_t, std::unique_ptr<MemoryAshmem>> mStepIndexToMemory; variable
DExecutionPlan.cpp358 auto& memory = mStepIndexToMemory[stepIndex]; in allocate()
395 return LocationAndShape{mStepIndexToMemory.at(temp.stepIndex).get(), temp.offset, in lookup()