Searched refs:regionIndex (Results 1 – 1 of 1) sorted by relevance
286 void* getRegion(unsigned regionIndex, in getRegion() argument289 assert(regionIndex < regionCount()); in getRegion()290 const auto& regionDescriptor = mRegions[regionIndex]; in getRegion()308 void* getRegion(unsigned regionIndex) { in getRegion() argument309 return getRegion(regionIndex, nullptr, nullptr, nullptr); in getRegion()781 const unsigned regionIndex = weights.addRegion(memoryIndex, length); in TEST_P() local782 valueOperands.push_back(std::make_pair(operandIndex, regionIndex)); in TEST_P()829 const unsigned regionIndex = valueOperand.second; in TEST_P() local831 if (regionIndex == ~0U) { in TEST_P()838 static_cast<float*>(weights.getRegion(regionIndex, &memory, &offset, &length)); in TEST_P()