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

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

View File

@ -34,6 +34,9 @@
#endif
namespace mindspore {
/// \brief The available model files have different model types. The ModelType enumeration variable represents the type of model file.
/// \brief When ModelType is 0, 1, 2, 3, 4, or 0xFFFFFFFF, the corresponding model types are kMindIR, kAIR, kOM, kONNX, kMindIR_Lite, and unknown type, respectively.
enum ModelType : uint32_t {
kMindIR = 0,
kAIR = 1,