Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

f5169ad · Jan 25, 2024

History

History
34 lines (26 loc) · 559 Bytes

manipulation_functions.rst

File metadata and controls

34 lines (26 loc) · 559 Bytes

Manipulation Functions

Array API specification for manipulating arrays.

A conforming implementation of the array API standard must provide and support the following functions.

Objects in API

.. currentmodule:: array_api

.. autosummary::
   :toctree: generated
   :template: method.rst

   broadcast_arrays
   broadcast_to
   concat
   expand_dims
   flip
   moveaxis
   permute_dims
   repeat
   reshape
   roll
   squeeze
   stack
   tile
   unstack