napari_prism.pp.set_backend#
- napari_prism.pp.set_backend(backend)#
Set the backend to use for processing. If GPU is selected, it will use
rapids_singlecell. If CPU is selected, it will usescanpy. This function should be called before any other functions in this module are called.