Defines base class of backends that implement computations.
Bases: object
object
Class handling all backends.
Add a loaded backend object.
This object can replace a previously registered python package.
backend (BackendBase) – Implementation of the backend
BackendBase
None
Register a backend python package (without loading it yet)
package_path (str) – Import path for the package
name (str) – Name of the backend