Coverage for src/sensai/torch/torch_models/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-08-13 22:17 +0000

1"""This package contains specific torch-based vector models and the corresponding low-level torch modules.""" 

2 

3# imports required for backward compatibility (with pickled objects) 

4from .lstnet.lstnet_models import * 

5from .mlp.mlp_models import * 

6from .residualffn.residualffn_models import *