ShapeMismatchException
class ShapeMismatchException(expected: IntArray, actual: IntArray) : RuntimeException
Content copied to clipboard
An exception is thrown when the expected and actual shape of NDArray differ.
An exception is thrown when the expected and actual shape of NDArray differ.