Home
last modified time | relevance | path

Searched defs: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()
722 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00202()
756 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00302()
831 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00402()
863 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00502()
895 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00602()
953 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00702()
985 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00802()
1161 .WillOnce(Invoke([](bool& isSupportedCache) { in __anon47a1f0e00a02()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp159 bool isSupportedCache {false}; in SetCacheDir() local