Home
last modified time | relevance | path

Searched defs:config_file_path (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/place/simple_dynamic_shape/
Dtest_simple_dynamic_shape.py26 config_file_path = cluster_args.config_file_path variable
/third_party/mindspore/mindspore-src/source/tests/st/place/general_split/
Dtest_general_split_lenet.py26 config_file_path = cluster_args.config_file_path variable
/third_party/mindspore/mindspore-src/source/tests/st/cpu_data_parallel/train_lenet_by_data_parallel/
Dssl_args.py34 def config_file_path(self): member in ClusterArgs
Dtrain_lenet_by_data_parallel.py30 config_file_path = cluster_args.config_file_path variable
/third_party/mindspore/mindspore-src/source/tests/st/place/general_split/src/
Dargs.py38 def config_file_path(self): member in ClusterArgs
/third_party/mindspore/mindspore-src/source/tests/st/place/simple_dynamic_shape/src/
Dargs.py38 def config_file_path(self): member in ClusterArgs
/third_party/mindspore/mindspore-src/source/tests/st/place/ref_split/
Dtest_ref_split.py26 config_file_path = cluster_args.config_file_path variable
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dc_api_dataset_config_test.cc43 std::string config_file_path = datasets_root_path_ + "/declient.cfg"; in TEST_F() local
90 std::string config_file_path = datasets_root_path_ + "/not_exist.cfg"; in TEST_F() local
/third_party/mindspore/mindspore-src/source/tests/st/place/optimizer_split/
Dtest_optimizer_split.py27 config_file_path = cluster_args.config_file_path variable
/third_party/mindspore/mindspore-src/source/tests/st/place/optimizer_split/src/
Dargs.py40 def config_file_path(self): member in ClusterArgs
/third_party/mindspore/mindspore-src/source/tests/st/place/ref_split/src/
Dargs.py40 def config_file_path(self): member in ClusterArgs
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/recovery/
Drecovery_context.cc125 std::string config_file_path = recovery_path_ + kConfigJson; in Initialize() local
325 void RecoveryContext::CreateConfigFile(const std::string &config_file_path) { in CreateConfigFile()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dparse_config_utils.cc120 int ParseConfigFile(const std::string &config_file_path, in ParseConfigFile()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/ps/
Dps_context.cc287 std::string PSContext::config_file_path() const { return config_file_path_; } in config_file_path() function in mindspore::ps::PSContext
/third_party/rust/rust/src/tools/rustfmt/src/config/
Dmod.rs403 let config_file_path = get_toml_path(path)?; in config_path() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/c_api/
Dmodel_c.cc726 OH_AI_Status OH_AI_ModelLoadConfig(OH_AI_ModelHandle model, const char *config_file_path) { in OH_AI_ModelLoadConfig()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dconfig_file_parser.cc498 int ConfigFileParser::ParseConfigFile(const std::string &config_file_path, in ParseConfigFile()