Skip to contents

Returns the names of every backend currently in the session registry. When optional backends are enabled (the default), this also attempts to auto-register any installed optional backend packages before returning the list.

Usage

amatrix_backend_names()

Value

Character vector of registered backend names, sorted alphabetically. Always includes at least "cpu".

Examples

amatrix_backend_names()
#> [1] "cpu"