Searched refs:config_file_path_ (Results 1 – 4 of 4) sorted by relevance
59 : config_file_path_(config_file), in IterationMetrics()93 std::string config_file_path_;
27 config_ = std::make_unique<ps::core::FileConfiguration>(config_file_path_); in Initialize()30 MS_LOG(WARNING) << "Initializing for metrics failed. Config file path " << config_file_path_ in Initialize()
221 config_file_path_(""), in PSContext()304 std::string config_file_path_; variable
421 void PSContext::set_config_file_path(const std::string &path) { config_file_path_ = path; } in set_config_file_path()423 std::string PSContext::config_file_path() const { return config_file_path_; } in config_file_path()