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