module onnxrt.ops_shape.shape_excs#

Inheritance diagram of mlprodict.onnxrt.ops_shape.shape_excs

Short summary#

module mlprodict.onnxrt.ops_shape.shape_excs

Errors and exceptions for OnnxShapeInference.

source on GitHub

Classes#

class

truncated documentation

NotImplementedShapeInferenceError

Shape Inference can be implemented but is currently not.

ShapeInferenceDimensionError

Raised when the shape cannot continue due to unknown dimension.

ShapeInferenceException

Raised when shape inference fails.

ShapeInferenceMissing

Raised when an operator is missing.

Documentation#

Errors and exceptions for OnnxShapeInference.

source on GitHub

exception mlprodict.onnxrt.ops_shape.shape_excs.NotImplementedShapeInferenceError#

Bases: NotImplementedError

Shape Inference can be implemented but is currently not.

source on GitHub

exception mlprodict.onnxrt.ops_shape.shape_excs.ShapeInferenceDimensionError#

Bases: RuntimeError

Raised when the shape cannot continue due to unknown dimension.

source on GitHub

exception mlprodict.onnxrt.ops_shape.shape_excs.ShapeInferenceException#

Bases: RuntimeError

Raised when shape inference fails.

source on GitHub

exception mlprodict.onnxrt.ops_shape.shape_excs.ShapeInferenceMissing#

Bases: RuntimeError

Raised when an operator is missing.

source on GitHub