Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DExecutionBurstController.cpp457 constexpr size_t kMaxNumberOfSlots = std::numeric_limits<int32_t>::max(); in allocateSlotLocked() local
467 CHECK(mMemoryCache.size() < kMaxNumberOfSlots) << "Exceeded maximum number of slots!"; in allocateSlotLocked()