Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp275 return memoryCount() - 1; in addMemory()
277 unsigned memoryCount() const { return mMemorySizes.size(); } in memoryCount() function in android::__anonc220281b0111::TestMemories
281 CHECK(memoryIndex < memoryCount()); in addRegion()
906 if ((weights.memoryCount() != 0) && in TEST_P()
908 memoryIndex = randUInt(weights.memoryCount()); in TEST_P()
1321 if ((ioMemories.memoryCount() != 0) && (randFrac() < 0.5)) { in TEST_P()
1322 memoryIndex = randUInt(ioMemories.memoryCount()); in TEST_P()