ShapeMismatchException

class ShapeMismatchException(val expected: ShapeND, val actual: ShapeND) : RuntimeException(source)

An exception is thrown when the expected and actual shape of NDArray differ.

Constructors

Link copied to clipboard
constructor(expected: ShapeND, actual: ShapeND)

Properties

Link copied to clipboard

the actual shape.

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

the expected shape.

Link copied to clipboard
open val message: String?