xlstm_jax.import_utils#
Functions#
|
Resolves an import from a string or returns the input. |
|
Resolves an import from a string. |
Converts a class to a string representation. |
Module Contents#
- xlstm_jax.import_utils.resolve_import(import_path)#
Resolves an import from a string or returns the input.
- Parameters:
import_path (str | Any) – The import path or the object itself.
- Returns:
The resolved object.
- Return type:
Any