Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parametric NDArray #331

Merged
merged 40 commits into from
Dec 1, 2017
Merged

parametric NDArray #331

merged 40 commits into from
Dec 1, 2017

Commits on Nov 24, 2017

  1. wip

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    b3bf1fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0f73bc View commit details
    Browse the repository at this point in the history
  3. ndarray: refine copy

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    e43b622 View commit details
    Browse the repository at this point in the history
  4. ndarray: refine copy!

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    2640ccc View commit details
    Browse the repository at this point in the history
  5. ndarray: refine convert

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    7ff7a38 View commit details
    Browse the repository at this point in the history
  6. ndarray: refine add_to!

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    886b3ad View commit details
    Browse the repository at this point in the history
  7. ndarray: refine sub_from!

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a7e4d46 View commit details
    Browse the repository at this point in the history
  8. ndarray: refine mul_to!

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3929a59 View commit details
    Browse the repository at this point in the history
  9. ndarray: refine div_from!

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    ca1d69b View commit details
    Browse the repository at this point in the history
  10. ndarray: refine rdiv_from!

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    2df8321 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8256b26 View commit details
    Browse the repository at this point in the history
  12. ndarray: refine is_shared

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    3c68e9a View commit details
    Browse the repository at this point in the history
  13. ndarray: refine save

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    bd700a5 View commit details
    Browse the repository at this point in the history
  14. ndarray: refine dot

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a648fa3 View commit details
    Browse the repository at this point in the history
  15. ndarray: VecOfNDArray

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    0d7faf1 View commit details
    Browse the repository at this point in the history
  16. executor: refine backward

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    bf21a7f View commit details
    Browse the repository at this point in the history
  17. ndarray: refine empty

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    6bf408d View commit details
    Browse the repository at this point in the history
  18. executor: refine bind

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a53ea28 View commit details
    Browse the repository at this point in the history
  19. refine callback

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    42dbee4 View commit details
    Browse the repository at this point in the history
  20. refine executor

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    fdeabba View commit details
    Browse the repository at this point in the history
  21. refine kvstore

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    8bde97e View commit details
    Browse the repository at this point in the history
  22. refine model.jl

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    658caeb View commit details
    Browse the repository at this point in the history
  23. fix mnist-test

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    6ccb713 View commit details
    Browse the repository at this point in the history
  24. metrics

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    12b36a0 View commit details
    Browse the repository at this point in the history
  25. io

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    4956d0c View commit details
    Browse the repository at this point in the history
  26. model

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    16bd7f2 View commit details
    Browse the repository at this point in the history
  27. typo

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c07a6a1 View commit details
    Browse the repository at this point in the history
  28. executor

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    4177125 View commit details
    Browse the repository at this point in the history
  29. io

    iblislin committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    4bbef45 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. MSE

    iblislin committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    f867d92 View commit details
    Browse the repository at this point in the history
  2. style

    iblislin committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    dce2a4e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. refine copy_params_from

    iblislin committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    0fce4f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2777e46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7daa617 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    e5417e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. io: style stuff

    iblislin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    8a43810 View commit details
    Browse the repository at this point in the history
  2. ndarray: fix _remap

    iblislin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    cbd47b6 View commit details
    Browse the repository at this point in the history
  3. io: style stuff

    iblislin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    fe8c251 View commit details
    Browse the repository at this point in the history
  4. kvstore

    iblislin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    f98a132 View commit details
    Browse the repository at this point in the history
  5. model: style stuff

    iblislin committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    1571255 View commit details
    Browse the repository at this point in the history