meridian.backend.computation_backend

Returns the active computation backend determined by inspecting the Tensor class.

This ensures that the reported backend matches the actual tensor implementation being used, regardless of the global configuration state which might have changed after import.

The ComputationBackend enum corresponding to the active Tensor class.