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