DIM                     Helpers for working with 1-d arrays
array2                  Make or reshape an array with C-style
                        (row-major) semantics
bind_as_dim             Bind arrays along a specified dimension
drop_dimnames           Drop dimnames
expand_dims             Expand the shape of an array
extract_dim             Extract with '[' on a specified dimension
map_along_dim           Apply a function across subsets along an array
                        dimension
modify_along_dim        Modify an array by mapping over 1 or more
                        dimensions
ndim                    Length of 'DIM()'
onehot_with_decoder     Convert vector to a onehot representation
                        (binary class matrix)
seq_along_dim           Sequence along a dimension
set_as_rows             Reshape an array to send a dimension forward or
                        back
set_dim                 Reshape an array
set_dimnames            Set dimnames
shuffle_rows            Shuffle along the first dimension multiple
                        arrays in sync
split_on_dim            Split an array along a dimension
