rockpool.utilities.backend_management
Utility functionality for managing backends
To check a standard backend, use backend_available()
. To check a non-standard backend specification, use check_backend()
.
To build a shim class that raises an error on instantiation, for when a required backend is not available, use missing_backend_shim()
.
Functions
|
Report if a backend is available for use |
|
Check if a backend is available, and register it in a list of available backends |
|
check_samna_available controls if samna package is "installed" and "usable" The default |
|
|
|
Print a list of computational backends available in this session |
|
Raise a |
|
Make a class constructor that raises an error about a missing backend |
|
Check if the installed version of torch satisfies a minimum version requirement |
Exceptions
|