Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp276 void* getRegion(unsigned regionIndex, const WrapperMemory** pMemory, uint32_t* pOffset, in getRegion() argument
279 CHECK(regionIndex < regionCount()); in getRegion()
280 const auto& regionDescriptor = mRegions[regionIndex]; in getRegion()
295 void* getRegion(unsigned regionIndex) { in getRegion() argument
296 return getRegion(regionIndex, nullptr, nullptr, nullptr); in getRegion()
980 const unsigned regionIndex = weights.addRegion(memoryIndex, length); in TEST_P() local
981 valueOperands.push_back(std::make_pair(operandIndex, regionIndex)); in TEST_P()
1027 const unsigned regionIndex = valueOperand.second; in TEST_P() local
1029 if (regionIndex == ~0U) { in TEST_P()
1036 static_cast<float*>(weights.getRegion(regionIndex, &memory, &offset, &length)); in TEST_P()