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

[TOPI] Add einsum operator #6370

Merged
merged 14 commits into from
Feb 3, 2021
Merged

[TOPI] Add einsum operator #6370

merged 14 commits into from
Feb 3, 2021

Commits on Feb 2, 2021

  1. [TOPI] Einsum

    * Fix tuple
    * fix oshape
    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    5bcfb82 View commit details
    Browse the repository at this point in the history
  2. * test

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    c61eb6e View commit details
    Browse the repository at this point in the history
  3. * Fix lint

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    e8c90b6 View commit details
    Browse the repository at this point in the history
  4. * Remove useless define

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    96a6e4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08dcdc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca88de3 View commit details
    Browse the repository at this point in the history
  7. * Fix CamelASE

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    80ed874 View commit details
    Browse the repository at this point in the history
  8. * Print stride

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    bfa7109 View commit details
    Browse the repository at this point in the history
  9. * Fix single input bug

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    33a11da View commit details
    Browse the repository at this point in the history
  10. * fix lint

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    da6edfc View commit details
    Browse the repository at this point in the history
  11. * Fix lint and add comments

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    dfe5370 View commit details
    Browse the repository at this point in the history
  12. * create test einsum

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    06c5f74 View commit details
    Browse the repository at this point in the history
  13. * Fix lint

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    8578678 View commit details
    Browse the repository at this point in the history
  14. * Fix comments

    hanke580 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    605c4db View commit details
    Browse the repository at this point in the history