hyperiax.FieldSpec¶ class hyperiax.FieldSpec(shape, dtype=None)[source]¶ Bases: object Per-node trailing shape and dtype of a single Tree field. Parameters: shape (tuple[int, ...]) dtype (object | None) __init__(shape, dtype=None)¶ Parameters: shape (tuple[int, ...]) dtype (object | None) Return type: None Methods __init__(shape[, dtype]) Attributes dtype shape shape: tuple[int, ...]¶ dtype: object | None = None¶