MemType enumeration class
Function
Memory type.
Format of the C++ enumeration class
enum class MemType {
HOST_MEM = 0,
};
Python Interface Format
MemType.HOST_MEM
Parent topic: Structure and Enumeration Description
Memory type.
enum class MemType {
HOST_MEM = 0,
};
MemType.HOST_MEM