Searched refs:regionIndex (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioningRandom.cpp | 292 void* getRegion(unsigned regionIndex, const WrapperMemory** pMemory, uint32_t* pOffset, in getRegion() argument 295 CHECK(regionIndex < regionCount()); in getRegion() 296 const auto& regionDescriptor = mRegions[regionIndex]; in getRegion() 311 void* getRegion(unsigned regionIndex) { in getRegion() argument 312 return getRegion(regionIndex, nullptr, nullptr, nullptr); in getRegion() 913 const unsigned regionIndex = weights.addRegion(memoryIndex, length); in TEST_P() local 914 valueOperands.push_back(std::make_pair(operandIndex, regionIndex)); in TEST_P() 966 const unsigned regionIndex = valueOperand.second; in TEST_P() local 968 if (regionIndex == ~0U) { in TEST_P() 975 static_cast<float*>(weights.getRegion(regionIndex, &memory, &offset, &length)); in TEST_P()
|