.. _f-shapeexcs: module ``onnxrt.ops_shape.shape_excs`` ====================================== .. inheritance-diagram:: mlprodict.onnxrt.ops_shape.shape_excs Short summary +++++++++++++ module ``mlprodict.onnxrt.ops_shape.shape_excs`` Errors and exceptions for :class:`OnnxShapeInference`. :githublink:`%|py|5` Classes +++++++ +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------+ | class | truncated documentation | +======================================================================================================================+=================================================================+ | :class:`NotImplementedShapeInferenceError ` | Shape Inference can be implemented but is currently not. | +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------+ | :class:`ShapeInferenceDimensionError ` | Raised when the shape cannot continue due to unknown dimension. | +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------+ | :class:`ShapeInferenceException ` | Raised when shape inference fails. | +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------+ | :class:`ShapeInferenceMissing ` | Raised when an operator is missing. | +----------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.onnxrt.ops_shape.shape_excs :members: :special-members: __init__ :show-inheritance: