Searched refs:isCachingSupported (Results 1 – 4 of 4) sorted by relevance
80 bool isCachingSupported(uint32_t numModelCache, uint32_t numDataCache) { in isCachingSupported() function237 if (isCachingSupported(mNumModelCache, mNumDataCache)) { in checkNumberOfCacheHandles()413 const bool kIsCachingSupported = isCachingSupported(kNumModelCache, kNumDataCache);
150 virtual bool isCachingSupported() const = 0;
141 bool isCachingSupported() const override { in isCachingSupported() function in android::nn::DriverDevice891 bool isCachingSupported() const override { return false; } in isCachingSupported() function in android::nn::CpuDevice
114 if (device.isCachingSupported() && token->ok() && in compile()