cuda.bindings.nvml.device_get_power_mizer_mode_v1#

cuda.bindings.nvml.device_get_power_mizer_mode_v1(intptr_t device)#
Retrieves current power mizer mode on this device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which to return the power mizer mode.
:rtype: nvmlDevicePowerMizerModes_v1_t

.. seealso:: `nvmlDeviceGetPowerMizerMode_v1`