xlnstorch.set_default_sbdb_implementation#
- xlnstorch.set_default_sbdb_implementation(impl_key)#
Set the default implementation for the sbdb function.
- Parameters:
impl_key (str) – The key identifying the implementation to be set as default.
- Raises:
ValueError – If the specified implementation key is not registered for the sbdb function.
- Return type:
None