Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp265 return memoryCount() - 1; in addMemory()
267 unsigned memoryCount() const { in memoryCount() function in android::__anonbe695bce0111::TestMemories
273 assert(memoryIndex < memoryCount()); in addRegion()
774 if ((weights.memoryCount() != 0) && in TEST_P()
776 memoryIndex = randUInt(weights.memoryCount()); in TEST_P()
1060 if ((ioMemories.memoryCount() != 0) && (randFrac() < 0.5)) { in TEST_P()
1061 memoryIndex = randUInt(ioMemories.memoryCount()); in TEST_P()