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

[Doc] add squeeze to Array change shape #15549

Merged
merged 6 commits into from
Jul 24, 2019
Merged
Changes from 2 commits
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
1 change: 1 addition & 0 deletions docs/api/python/ndarray/ndarray.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ The `ndarray` package provides several classes:
NDArray.expand_dims
NDArray.split
NDArray.diag
NDArray.squeeze
```

### Array expand elements
Expand Down