Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp327 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00102() argument
329 isSupportedCache = true; in __anon47a1f0e00102()
722 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00202() argument
724 isSupportedCache = true; in __anon47a1f0e00202()
758 isSupportedCache = true; in __anon47a1f0e00302()
833 isSupportedCache = true; in __anon47a1f0e00402()
865 isSupportedCache = true; in __anon47a1f0e00502()
897 isSupportedCache = true; in __anon47a1f0e00602()
955 isSupportedCache = true; in __anon47a1f0e00702()
987 isSupportedCache = true; in __anon47a1f0e00802()
[all …]
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp159 bool isSupportedCache {false}; in SetCacheDir() local
160 OH_NN_ReturnCode ret = m_device->IsModelCacheSupported(isSupportedCache); in SetCacheDir()
166 if (!isSupportedCache && !cacheModelPath.empty()) { in SetCacheDir()