Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestCompilationCaching.cpp79 bool isCachingSupported(uint32_t numModelCache, uint32_t numDataCache) { in isCachingSupported() function
236 if (isCachingSupported(mNumModelCache, mNumDataCache)) { in checkNumberOfCacheHandles()
413 const bool kIsCachingSupported = isCachingSupported(kNumModelCache, kNumDataCache);
/packages/modules/NeuralNetworks/runtime/
DManager.h147 virtual bool isCachingSupported() const = 0;
DManager.cpp99 bool isCachingSupported() const override { in isCachingSupported() function in android::nn::DriverDevice
860 bool isCachingSupported() const override { return false; } in isCachingSupported() function in android::nn::CpuDevice
DExecutionPlan.cpp78 if (device.isCachingSupported() && token->ok() && in compile()