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

Operator Proposal and Progress #404

Closed
4 of 6 tasks
antinucleon opened this issue Oct 26, 2015 · 4 comments
Closed
4 of 6 tasks

Operator Proposal and Progress #404

antinucleon opened this issue Oct 26, 2015 · 4 comments

Comments

@antinucleon
Copy link
Contributor

  • L2 Norm op
  • Slice op
  • Take op
  • Sum op
  • SoftmaxTransform
  • Swapaxes
@pluskid
Copy link
Contributor

pluskid commented Oct 27, 2015

maybe also support (explicit) broadcasting along some dimensions when doing elementwise operation of two (or more) ndarrays? Some refs:

@tqchen tqchen changed the title [NDArray] Process Tracking Operator Proposal and Progress Oct 29, 2015
@tqchen
Copy link
Member

tqchen commented Oct 29, 2015

Reference on how to add new operators http://mxnet.readthedocs.org/en/latest/developer-guide/operator.html

@lygstate
Copy link

lygstate commented Dec 4, 2016

What's going on with Slice operator?

@tqchen
Copy link
Member

tqchen commented Dec 4, 2016

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.
Projects
None yet
Development

No branches or pull requests

4 participants