list_backends

Contents

list_backends#

mrinufft.operators.base.list_backends(available_only=False)[source]#

Return a list of backend.

Parameters:

available_only (bool, optional) – If True, only return backends that are available. If False, return all backends, regardless of whether they are available or not.