spey.AvailableBackends

spey.AvailableBackends#

spey.AvailableBackends() List[str][source]#

Returns a list of available backends. The default backends are automatically installed with spey package. To enable other backends, please see the relevant section in the documentation.

Note

This function does not validate the backend. For backend validation please use get_backend() function.

Returns:

list of names of available backends.

Return type:

List[Text]