Miscellaneous¶
| Class / Function | Description |
|---|---|
TypeChangeWarning |
Warning class issued when an operator changes the data type of its output. |
LowerTypeCastWarning |
Warning class issued when a value is cast to a lower-precision data type. |
filter_warnings |
Utility function to filter warning messages during library operations. |
ShapeError |
Exception class raised when array or operator shapes are incompatible. |