阿对对队的一次提交尝试(进行了小部分的代码评注) #8

Closed
zzy34407230 wants to merge 37 commits from zzy34407230/mindspore2022:master into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit f3010f8e7f - Show all commits

View File

@ -68,6 +68,8 @@ std::vector<std::string> MSTensorToStrings(const tensor::MSTensor *tensor) {
#endif
}
/// \brief The Version method retrieves the version of MindSpore Lite.
/// \return the version of MindSpore Lite as a string.
String Version() {
String version = VERSION_STR;
return "MindSpore Lite " + version;