MemType枚举类 枚举类功能内存类型。 C++枚举类格式enum class MemType { HOST_MEM = 0, }; Python接口格式MemType.HOST_MEM 父主题: 结构体和枚举说明