Skip to content

treex.ArrayLike

Source code in treeo/utils.py
class ArrayLike(tpe.Protocol):
    shape: tp.Tuple[int, ...]
    dtype: np.dtype