Nested array#

class ivy.data_classes.nested_array.nested_array.NestedArray(data, nested_rank, inner_shape, dtype, device, internal=False)[source]#

Bases: NestedArrayBase

__init__(data, nested_rank, inner_shape, dtype, device, internal=False)[source]#
classmethod from_row_lengths(values, row_lengths)[source]#
classmethod from_row_splits(values, row_splits)[source]#