dtype (Dtype, optional) – The desired data-type for the array.
copy (bool, optional) – Whether to copy the input. If True,
always copy. If False, never copy. If None, share memory
when possible and copy otherwise. Zero-copy DLPack imports
preserve the DLPack strides.