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

Commit

Permalink
broadcast axis is alias to broadcast axes; doc fix (#15546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya authored and sandeep-krishnamurthy committed Jul 16, 2019
1 parent 300cb69 commit 4d07d78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/operator/tensor/broadcast_reduce_op_value.cc
Expand Up @@ -221,6 +221,8 @@ MXNET_OPERATOR_REGISTER_BROADCAST(broadcast_axis)
Broadcasting is allowed on axes with size 1, such as from `(2,1,3,1)` to
`(2,8,3,9)`. Elements will be duplicated on the broadcasted axes.
`broadcast_axes` is an alias to the function `broadcast_axis`.
Example::
// given x of shape (1,2,1)
Expand Down

0 comments on commit 4d07d78

Please sign in to comment.