cuda.bindings.utils.get_cuda_native_handle¶ cuda.bindings.utils.get_cuda_native_handle(obj: Any) → int¶ Returns the address of the provided CUDA Python object as a Python int. Parameters: obj (Any) – CUDA Python object Returns: int Return type: The object address.