Searched defs:LoadConfig (Results 1 – 13 of 13) sorted by relevance
38 T LoadConfig(const absl::Flag<absl::optional<T>>& flag, in LoadConfig() function
67 std::string LoadConfig(const absl::Flag<std::vector<std::string>>& flag, in LoadConfig() function
91 func LoadConfig(path string) (Config, error) { func
410 Status Model::LoadConfig(const std::string &config_path) { return LoadConfig(StringToChar(config_pa… in LoadConfig() function
177 Status Model::LoadConfig(const std::vector<char> & /* config_path */) { in LoadConfig() function in mindspore::Model
345 Status Model::LoadConfig(const std::vector<char> &config_path) { in LoadConfig() function in mindspore::Model
808 Status ModelImpl::LoadConfig(const std::string &config_path) { in LoadConfig() function in mindspore::ModelImpl
300 func LoadConfig() *Config { func
529 Status Model::LoadConfig(const std::vector<char> &config_path) { in LoadConfig() function in mindspore::Model
377 Status ModelImpl::LoadConfig(const std::string &config_path) { in LoadConfig() function in mindspore::ModelImpl
336 func LoadConfig() *Config { func
502 void StageComputing::LoadConfig() { std::tie(dp_dim_, mp_dim_, pp_dim_, per_batch_, num_micros_) = … in LoadConfig() function in mindspore::parallel::StageComputing
788 const void *LoadConfig = nullptr; variable