register_backend

uarray.register_backend(backend)[source]

This utility method sets registers backend for permanent use. It will be tried in the list of backends automatically, unless the only flag is set on a backend.

Note that this method is not thread-safe.

Parameters

backend – The backend to register.