Shaped#

class optika.mixins.Shaped[source]#

Bases: ABC

An object with an array shape.

Attributes

shape

The array shape of this object.

Methods

__init__()

Inheritance Diagram

Inheritance diagram of optika.mixins.Shaped
abstract property shape: dict[str, int]#

The array shape of this object.