You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/27 19:02:13 UTC

[GitHub] iblis17 opened a new pull request #14001: Julia: split ndarray.jl into several snippets

iblis17 opened a new pull request #14001: Julia: split ndarray.jl into several snippets
URL: https://github.com/apache/incubator-mxnet/pull/14001
 
 
   The file `ndarray.jl` grows too large, so this PR proposes splitting it into several snippets:
   
   - `ndarray/type.jl`
   - `ndarray/context.jl`
   - `ndarray/show.jl`
   - `ndarray/remap.jl`
   - `ndarray/array.jl`
   - `ndarray/arithmetic.jl`
   - `ndarray/comparison.jl`
   - `ndarray/io.jl`
   - `ndarray/reduction.jl`
   - `ndarray/statistic.jl`
   - `ndarray/linalg.jl`
   - `ndarray/trig.jl`
   - `ndarray/activation.jl`
   - `ndarray/autoimport.jl`
   
   No any features, functionalities and test cases are changed in this PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services