Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp286 void* getRegion(unsigned regionIndex, in getRegion() argument
289 assert(regionIndex < regionCount()); in getRegion()
290 const auto& regionDescriptor = mRegions[regionIndex]; in getRegion()
308 void* getRegion(unsigned regionIndex) { in getRegion() argument
309 return getRegion(regionIndex, nullptr, nullptr, nullptr); in getRegion()
781 const unsigned regionIndex = weights.addRegion(memoryIndex, length); in TEST_P() local
782 valueOperands.push_back(std::make_pair(operandIndex, regionIndex)); in TEST_P()
829 const unsigned regionIndex = valueOperand.second; in TEST_P() local
831 if (regionIndex == ~0U) { in TEST_P()
838 static_cast<float*>(weights.getRegion(regionIndex, &memory, &offset, &length)); in TEST_P()