Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/ruy/
Dallocator_test.cc42 constexpr int kNumAllocations = 100 * 1024; in TEST() local
44 for (int i = 0; i < kNumAllocations; i++) { in TEST()