Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp34 constexpr char DOUBLE_SLASH_STR[] = "//"; variable
449 if (cachePath.find(DOUBLE_SLASH_STR) != std::string::npos) { in VerifyCachePath()