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

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1 statements  

1""" 

2@file 

3@brief Shortcuts to *training*. 

4""" 

5from .excs import ( # noqa 

6 ConvergenceError, ConvergenceWarning, 

7 EvaluationError, ProviderError)