Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h112 return mSortedOperationIndexMap; in getSortedOperationMapping()
188 std::vector<uint32_t> mSortedOperationIndexMap; variable
DModelBuilder.cpp803 if (!mSortedOperationIndexMap.empty()) { in sortIntoRunOrder()
863 mSortedOperationIndexMap = std::move(sortedOperationIndexMap); in sortIntoRunOrder()