Coverage for mlprodict/onnxrt/ops_shape/shape_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 Errors and exceptions.
4"""
7class ShapeInferenceException(RuntimeError):
8 """
9 Raised when shape inference fails.
10 """
11 pass