Home
last modified time | relevance | path

Searched defs:GetModelPath (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dmodel_manager.h43 const std::set<std::string> &GetModelPath() const { return model_path_set_; } in GetModelPath() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Dmodel_manager.h42 const std::set<std::string> &GetModelPath() const { return model_path_set_; } in GetModelPath() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/mindir_loader/mindir_model/
Dmindir_model.cc77 std::string MindirModel::GetModelPath() const { return this->model_path_; } in GetModelPath() function in mindspore::infer::mindir::MindirModel