cuda.bindings.nvml.device_get_mem_clk_min_max_vf_offset#

cuda.bindings.nvml.device_get_mem_clk_min_max_vf_offset(intptr_t device) tuple#
:param device: The identifier of the target device.
:type device: intptr_t

:returns:

          - int: The retrieved MemClk VF min offset value.
          - int: The retrieved MemClk VF max offset value.
:rtype: A 2-tuple containing

.. seealso:: `nvmlDeviceGetMemClkMinMaxVfOffset`