Coverage for mlprodict/onnxrt/excs.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
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"""
2@file
3@brief Exceptions.
4"""
7class MissingOperatorError(NotImplementedError):
8 """
9 Missing operator.
10 """
11 pass