Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstController.cpp460 constexpr size_t kMaxNumberOfSlots = std::numeric_limits<int32_t>::max(); in allocateSlotLocked() local
470 CHECK(mMemoryCache.size() < kMaxNumberOfSlots) << "Exceeded maximum number of slots!"; in allocateSlotLocked()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp190 constexpr size_t kMaxNumberOfSlots = std::numeric_limits<int32_t>::max(); in allocateSlotLocked() local
200 CHECK_LT(mMemoryCache.size(), kMaxNumberOfSlots) << "Exceeded maximum number of slots!"; in allocateSlotLocked()