diff options
author | Tirth Patel <tirthasheshpatel@gmail.com> | 2022-03-03 13:00:28 +0530 |
---|---|---|
committer | Tirth Patel <tirthasheshpatel@gmail.com> | 2022-03-03 13:06:23 +0530 |
commit | 945e0aee51a316abb77284f2c4206f8f1d963480 (patch) | |
tree | 7e909e63f11ed4e78c3cd1f7a41007c58b95f4a0 /doc/source/reference | |
parent | b7529e6bac6e7b8a785aa0e1612aa54927adac41 (diff) | |
download | numpy-945e0aee51a316abb77284f2c4206f8f1d963480.tar.gz |
MAINT: make np._from_dlpack public
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/routines.array-creation.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.array-creation.rst b/doc/source/reference/routines.array-creation.rst index 30780c286..9d2954f2c 100644 --- a/doc/source/reference/routines.array-creation.rst +++ b/doc/source/reference/routines.array-creation.rst @@ -35,6 +35,7 @@ From existing data asmatrix copy frombuffer + from_dlpack fromfile fromfunction fromiter |