Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp327 mAllocatedStepIndexes.erase(temp.stepIndex); in redeclare()
368 mAllocatedStepIndexes.erase(stepIndex); in allocate()
373 mAllocatedStepIndexes.insert(stepIndex); in allocate()
380 mAllocatedStepIndexes.count(stepIndex); in allocated()
DExecutionPlan.h217 std::set<uint32_t> mAllocatedStepIndexes; variable