Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/
Dacl_env_guard.cc26 AclEnvGuard::AclEnvGuard(std::string_view cfg_file) : errno_(ACL_ERROR_NONE) { in AclEnvGuard()
43 std::shared_ptr<AclEnvGuard> AclEnvGuard::GetAclEnv(std::string_view cfg_file) { in GetAclEnv()
/third_party/boost/libs/program_options/example/
Doptions_heirarchy.cpp258 std::ifstream cfg_file(filename.c_str()); in LoadAConfigFile() local