阿对对队的一次提交尝试(进行了小部分的代码评注) #8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue