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

Advanced indexing that supports all indexing features on PyTorch (getter) #1747

Closed
wants to merge 10 commits into from

Commits on Jun 22, 2022

  1. mixed index getter on pytorch draft

    KexinFeng authored and Ubuntu committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    89bf164 View commit details
    Browse the repository at this point in the history
  2. code cleaning

    KexinFeng authored and Ubuntu committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    631a016 View commit details
    Browse the repository at this point in the history
  3. code cleaning 2

    KexinFeng authored and Ubuntu committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0e18eb0 View commit details
    Browse the repository at this point in the history
  4. feed std::vector<> to tensor.index(ArrayRef<>)

    KexinFeng authored and Ubuntu committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    5c1ab03 View commit details
    Browse the repository at this point in the history
  5. bug fixed

    KexinFeng authored and Ubuntu committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4ed1cd9 View commit details
    Browse the repository at this point in the history
  6. Update api/src/main/java/ai/djl/ndarray/index/dim/NDIndexNone.java

    Co-authored-by: Frank Liu <frankfliu2000@gmail.com>
    2 people authored and Ubuntu committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b6da4c6 View commit details
    Browse the repository at this point in the history
  7. bug fixed

    KexinFeng authored and Ubuntu committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8f08d9c View commit details
    Browse the repository at this point in the history
  8. bug fixed

    KexinFeng authored and Ubuntu committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    10cbb07 View commit details
    Browse the repository at this point in the history
  9. Torch index type check: long, byte or boolean; restore testPick behav…

    …iour; The previous commit: PtNDManager.from() bug fixed.
    KexinFeng authored and Ubuntu committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9a43493 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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