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