rapids_singlecell.get.X_to_CPU#
- rapids_singlecell.get.X_to_CPU(X)[source]#
Transfers matrices and arrays from the GPU
- Parameters:
- X
Union[ndarray,csr_matrix,csc_matrix,Array] Matrix or array to transfer to the host memory
- X
- Return type:
Union[ndarray,csr_matrix,csc_matrix,Array]