Shape Mismatch Exception
class ShapeMismatchException(expected: IntArray, actual: IntArray) : RuntimeException
Content copied to clipboard
An exception is thrown when the expected ans actual shape of NDArray differs.