Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_common.h59 const char kDefaultCommonPath[] = "/tmp/mindspore"; variable
86 return kDefaultCommonPath + std::string("/") + std::string(user); in DefaultUserDir()
88 return kDefaultCommonPath; in DefaultUserDir()
91 return kDefaultCommonPath; in DefaultUserDir()
Dcache_admin.cc30 ds::Path common_dir = ds::Path(ds::kDefaultCommonPath); in main()
Dcache_main.cc164 ds::Path common_dir = ds::Path(ds::kDefaultCommonPath); in main()