Errors#
This error occurs if einx operations encounter invalid syntax in an expression. |
|
This error occurs if the ranks (i.e. number of dimensions) of all expressions cannot be determined under the given input tensor shapes and additional constraints. |
|
This error occurs if the size of all axes in an einx expression cannot be determined under the given input tensor shapes and additional constraints. |
|
This error occurs if the expression requirements of a particular einx operation are not met. |
|
This error occurs if an einx operation is not supported by the selected backend. |
|
This error occurs if a requested backend failed to be imported or initialized. |
|
This error occurs if the backend with which to execute an einx operation could not be determined. |
|
This error occurs if the Python function that einx compiles for an einx operation fails to execute. |