Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 457 Bytes

File metadata and controls

31 lines (26 loc) · 457 Bytes

Array creation functions

The following functions in :py:mod:`dpnp.tensor` can be used to create new arrays:

.. currentmodule:: dpnp.tensor

.. autosummary::
    :toctree: generated

    arange
    asarray
    empty
    empty_like
    eye
    from_dlpack
    full
    full_like
    linspace
    meshgrid
    ones
    ones_like
    tril
    triu
    zeros
    zeros_like
    from_numpy
    copy