Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Add Gather_nd Scatter_nd to NDArray API category doc #15689

Merged
merged 2 commits into from
Aug 6, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/api/python/ndarray/ndarray.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ The `ndarray` package provides several classes:
where
ravel_multi_index
unravel_index
gather_nd
scatter_nd
```

## Mathematical functions
Expand Down