This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Operator Proposal and Progress #404
Labels
Comments
maybe also support (explicit) broadcasting along some dimensions when doing elementwise operation of two (or more) ndarrays? Some refs: |
Reference on how to add new operators http://mxnet.readthedocs.org/en/latest/developer-guide/operator.html |
Closed
What's going on with Slice operator? |
we already have a slice_axis operator, which should serve most of the purpose |
iblislin
added a commit
to iblislin/incubator-mxnet
that referenced
this issue
Mar 18, 2018
```julia julia> NDArray([1, 2, 3]) 3-element mx.NDArray{Int64,1} @ CPU0: 1 2 3 julia> NDArray(Float32, [1, 2, 3]) 3-element mx.NDArray{Float32,1} @ CPU0: 1.0 2.0 3.0 ```
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: