Home
last modified time | relevance | path

Searched defs:isCachingSupported (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DManager.cpp93 bool isCachingSupported() const override { in isCachingSupported() function in android::nn::DriverDevice
573 bool isCachingSupported() const override { return false; } in isCachingSupported() function in android::nn::CpuDevice
/frameworks/ml/nn/runtime/test/
DTestCompilationCaching.cpp77 bool isCachingSupported(uint32_t numModelCache, uint32_t numDataCache) { in isCachingSupported() function