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

[MXNET-1382] Add the index_array operator #14638

Merged
merged 19 commits into from
May 25, 2019

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    a9451cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e2052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a4a0b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c58964a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50c0c28 View commit details
    Browse the repository at this point in the history
  6. Make index_array compatible with zero-dim and zero-size arrays

    Changes the implementation of index_array to be compatible with the
    recently merged support for zero-dim and zero-size arrays. Resolves the
    incompatibilities with apache#14661.
    nickguletskii committed May 22, 2019
    Configuration menu
    Copy the full SHA
    df1f421 View commit details
    Browse the repository at this point in the history
  7. Fix the index_array gradient checks in the unit tests

    In the previous implementation, the output gradient had an incorrect
    shape. This commit fixes the shapes and makes the tests more readable.
    nickguletskii committed May 22, 2019
    Configuration menu
    Copy the full SHA
    e4152c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    adb9f36 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3eccb3c View commit details
    Browse the repository at this point in the history
  10. Fix incorrect array indexing in index_array

    Solves access violations when compiling with MSVC++ 14.0.
    nickguletskii committed May 22, 2019
    Configuration menu
    Copy the full SHA
    a6b3cab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69bf4f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    be39798 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    445f758 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    972b05f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3051d5e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3f8702a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    496bad3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    69a9969 View commit details
    Browse the repository at this point in the history
  19. Retrigger CI

    nickguletskii committed May 22, 2019
    Configuration menu
    Copy the full SHA
    ffde9b3 View commit details
    Browse the repository at this point in the history