rapids_singlecell.get.X_to_GPU#
- rapids_singlecell.get.X_to_GPU(X, warning='X')[source]#
Transfers matrices and arrays to the GPU
- Parameters:
- X
Union[ndarray,csr_matrix,csc_matrix,Array] Matrix or array to transfer to the GPU
- warning
str(default:'X') Warning message to display if the input is not supported
- X
- Return type:
Union[ndarray,csr_matrix,csc_matrix,Array]