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

Commit

Permalink
Added diag to NDArray and Symbol api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ifeherva committed Jul 19, 2018
1 parent fc2a2ca commit 702b416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/python/ndarray/ndarray.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ The `ndarray` package provides several classes:
NDArray.flatten
NDArray.expand_dims
NDArray.split
NDArray.diag
```

### Array expand elements
Expand Down
1 change: 1 addition & 0 deletions docs/api/python/symbol/symbol.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ Composite multiple symbols into a new one by an operator.
reshape_like
flatten
expand_dims
diag
```

### Expanding elements
Expand Down

0 comments on commit 702b416

Please sign in to comment.