Reference

BackendSelection.AlgorithmType
BackendSelection.Algorithm

A type representing a backend for a function.

For example, a function might have multiple backends implementations, which internally are selected with a BackendSelection.Algorithm type.

This allows users to extend functionality with a new implementation but use the same interface.

source
BackendSelection.BackendType
BackendSelection.Backend

A type representing a backend for a function.

For example, a function might have multiple backends implementations, which internally are selected with a BackendSelection.Backend type.

This allows users to extend functionality with a new implementation but use the same interface.

source