Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp259 return memoryCount() - 1; in addMemory()
261 unsigned memoryCount() const { return mMemorySizes.size(); } in memoryCount() function in android::__anonbe695bce0111::TestMemories
265 CHECK(memoryIndex < memoryCount()); in addRegion()
973 if ((weights.memoryCount() != 0) && in TEST_P()
975 memoryIndex = randUInt(weights.memoryCount()); in TEST_P()
1291 if ((ioMemories.memoryCount() != 0) && (randFrac() < 0.5)) { in TEST_P()
1292 memoryIndex = randUInt(ioMemories.memoryCount()); in TEST_P()