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

[MXNET-1260] Float64 DType computation support in Scala/Java #13678

Merged
merged 41 commits into from
Jan 10, 2019

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    4aabf1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    002720c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96f2849 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8754e41 View commit details
    Browse the repository at this point in the history
  5. Trying out second approach --> Private Impl methods with generic sign…

    …ature, and public methods calling the Impls
    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d92840a View commit details
    Browse the repository at this point in the history
  6. Fixed errors in *= method

    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    c21ac15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78dc31c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cdb77c View commit details
    Browse the repository at this point in the history
  9. Fixed failing CI

    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    2d275fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9bc0a50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5ae1040 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d455be5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a5ff826 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c598da0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5bc531 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1b43071 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    98e41f0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    49c9af5 View commit details
    Browse the repository at this point in the history
  19. Fixed linting issue

    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    9a83b2a View commit details
    Browse the repository at this point in the history
  20. Now specifying dType from the available data in copyTo and MXDataIter…

    ….scala for creating a new DataIterator
    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    c9a0261 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    07bd464 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c9fc37a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    32b8d99 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b450355 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8167005 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    422f9de View commit details
    Browse the repository at this point in the history
  27. Satisfying lint god _/\_

    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    fdc8a1e View commit details
    Browse the repository at this point in the history
  28. remove debugging

    gigasquid authored and piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    e5a5bfe View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    db77274 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    72a734b View commit details
    Browse the repository at this point in the history
  31. Revert "Renamed MX_FLOAT to Camel case"

    This reverts commit 9d7c3ce.
    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    c67e2dc View commit details
    Browse the repository at this point in the history
  32. Added an implicit conversion from int--> float to support int operati…

    …ons in NDArrays. (These ops were already supported in the previous versions)
    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    50abf88 View commit details
    Browse the repository at this point in the history
  33. Added Float64 as a training option to ImClassification Suite. Also ad…

    …ded integration tests for it
    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    3b52b50 View commit details
    Browse the repository at this point in the history
  34. Satisfy Lint God _/\_

    piyushghai committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    ddc8e78 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3d85167 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    29bd834 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b7f851e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e329ee4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    69c35b3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    fa9fb45 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    e562e94 View commit details
    Browse the repository at this point in the history