Searched defs:GetModelPath (Results 1 – 3 of 3) sorted by relevance
43 const std::set<std::string> &GetModelPath() const { return model_path_set_; } in GetModelPath() function
42 const std::set<std::string> &GetModelPath() const { return model_path_set_; } in GetModelPath() function
77 std::string MindirModel::GetModelPath() const { return this->model_path_; } in GetModelPath() function in mindspore::infer::mindir::MindirModel