Coverage for onnxcustom/training/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.0.5, created at 2023-01-17 01:42 +0100

1""" 

2@file 

3@brief Shortcuts to *training*. 

4""" 

5from .excs import ( # noqa 

6 ConvergenceError, ConvergenceWarning, 

7 EvaluationError, ProviderError)