get_device 函数返回基础指定的 accelerator_view 对象的 D3D 设备接口指针。因此,如果指定的 accelerator_view 对象不是 D3D 计算机资源视图 " 中,函数调用失败并引发 runtime_exception 。如果函数成功,它通过调用接口的 AddRef 增加D3D 设备接口的引用计数。,在使用之后,完成则必须对返回的接口的 Release。
*/staticintset_vring_kick(struct vhost_device_ctx ctx, struct vhost_vring_file *file){structvirtio_net*dev;structvhost_virtqueue*vq;dev =get_device(ctx);if(dev ==NULL)return-1;/* file->index refers to the queue index. The txq is 1, rxq is 0. */vq = dev->virtqueue[file->index]...
result.device = adb.get_device(result.serial, adb_path=adb_path)except(adb.DeviceNotFoundError, adb.NoUniqueDeviceError, RuntimeError):# Don't error out if we can't find a device.result.device =Nonereturnresult 开发者ID:xeronith,项目名称:platform_development,代码行数:29,代码来源:__init_...
int dcmi_get_device_cgroup_info(int card_id, int device_id, struct dcmi_cgroup_info *cg_info) 功能说明 获取cgroup内存信息,包括cgroup最大内存数、历史使用最大内存数、当前使用内存数。 参数说明 参数名称 输入/输出 类型 描述 card_id 输入 int 指定NPU管理单元的ID,当前实际支持的ID通过dcmi...
int dcmi_get_device_type(int card_id, int device_id, enum dcmi_unit_type *device_type) 功能说明 查询设备类型。 参数说明 参数名称 输入/输出 类型 描述 card_id 输入 int 指定NPU管理单元的ID,当前实际支持的ID通过dcmi_get_card_list接口获取。
函数:get_device_count C函数原型 aclError aclrtGetDeviceCount(uint32_t *count) Python函数 count, ret = acl.rt.get_device_count() 函数功能 获取可用Device的数量,同步接口。 输入说明 无 输出说明 无 返回值说明 count:int,获取Device数量。 ret:int,错误码。
CM_GET_DEVICE_INTERFACE_LIST_PRESENT 该函数提供一个列表,其中包含与当前处于活动状态的设备关联的设备接口,以及与指定的 GUID 和设备实例 ID 匹配(如果有)。 返回值 如果操作成功,该函数将返回CR_SUCCESS。 否则,它将返回Cfgmgr32.h中定义的CR_前缀的错误代码之一。
CM_GET_DEVICE_INTERFACE_LIST_PRESENT 该函数提供一个列表,其中包含与当前处于活动状态的设备关联的设备接口,以及与指定的 GUID 和设备实例 ID 匹配(如果有)。 返回值 如果操作成功,该函数将返回CR_SUCCESS。 否则,它将返回Cfgmgr32.h中定义的CR_前缀的错误代码之一。
CM_Get_Device_ID函数检索本地计算机上指定设备实例的设备实例ID。 备注 在Windows Vista 及更高版本的 Windows 中,统一设备属性模型使用DEVPKEY_Device_InstanceId属性键来表示设备实例标识符。 有关详细信息,请参阅检索设备实例标识符。 语法 C++ CMAPI CONFIGRETCM_Get_Device_IDA( [in] DEVINST dnDevInst, [...
CM_Get_Device_Interface_List函数检索属于指定设备接口类的设备接口实例列表。 语法 C++复制 CMAPI CONFIGRETCM_Get_Device_Interface_ListA( [in] LPGUID InterfaceClassGuid, [in, optional] DEVINSTID_A pDeviceID, [out] PZZSTR Buffer, [in] ULONG BufferLen, [in] ULONG ulFlags ); ...