DeviceMemory 函数功能从Device侧申请内存。 函数原型DeviceMemory(size: int) 输入参数说明 参数名 类型 说明 size int 申请内存的大小,单位Byte。 返回参数说明DeviceMemory对象。 父主题: DeviceMemory