oryx.core.state.ArraySpec

Encapsulates shape and dtype of an abstract array.

shape an int or list/tuple representing the shape of an array.
dtype a Numpy dtype.

Methods

__eq__

View source

Return self==value.