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

Add IsNaN #869

Merged
merged 114 commits into from Aug 19, 2022
Merged

Add IsNaN #869

merged 114 commits into from Aug 19, 2022

Commits on Jul 25, 2022

  1. Update onnx_decoder.py

    qqj1130247885 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    cffcfd5 View commit details
    Browse the repository at this point in the history
  2. Update opset.py

    qqj1130247885 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    a05f36e View commit details
    Browse the repository at this point in the history
  3. Update opset.py

    qqj1130247885 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ae260eb View commit details
    Browse the repository at this point in the history
  4. Update opset.py

    qqj1130247885 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    02355da View commit details
    Browse the repository at this point in the history
  5. Update onnx_decoder.py

    qqj1130247885 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    451b43a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99e7599 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. fix gemm and resize

    qqj1130247885 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    392a9db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1118bef View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    48a9ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96ebd16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1756aaf View commit details
    Browse the repository at this point in the history
  4. Update onnx_decoder.py

    qqj1130247885 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d22c3ea View commit details
    Browse the repository at this point in the history
  5. Update opset_legacy.py

    qqj1130247885 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3beef68 View commit details
    Browse the repository at this point in the history
  6. Update opset_legacy.py

    qqj1130247885 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    43f1fa8 View commit details
    Browse the repository at this point in the history
  7. Update onnx_decoder.py

    qqj1130247885 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ca1fb1f View commit details
    Browse the repository at this point in the history
  8. Update opset_legacy.py

    qqj1130247885 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    1780f92 View commit details
    Browse the repository at this point in the history
  9. Update opset_legacy.py

    qqj1130247885 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    6327cea View commit details
    Browse the repository at this point in the history
  10. Update opset_legacy.py

    qqj1130247885 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8f70001 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a16de1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    63e2f4f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4e3bd88 View commit details
    Browse the repository at this point in the history
  14. Update opset_legacy.py

    qqj1130247885 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f93208c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. test

    qqj1130247885 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    6b7ae08 View commit details
    Browse the repository at this point in the history
  2. add test of Tan

    qqj1130247885 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d359f2c View commit details
    Browse the repository at this point in the history
  3. rename

    qqj1130247885 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2383ae7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e0e287 View commit details
    Browse the repository at this point in the history
  5. keep op_legacy

    qqj1130247885 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4e75ad1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfb332d View commit details
    Browse the repository at this point in the history
  7. modify the name

    qqj1130247885 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    9e412cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6278660 View commit details
    Browse the repository at this point in the history
  9. fix

    qqj1130247885 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    fff2ce4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. add ceil op

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    86b8736 View commit details
    Browse the repository at this point in the history
  2. modify opset7

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    90441af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10e142c View commit details
    Browse the repository at this point in the history
  4. add test of elu

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    72a69ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f88ea3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b83c145 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cee6e3 View commit details
    Browse the repository at this point in the history
  8. fixx

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c74102a View commit details
    Browse the repository at this point in the history
  9. test

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    806aed4 View commit details
    Browse the repository at this point in the history
  10. test

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c7d7322 View commit details
    Browse the repository at this point in the history
  11. test

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    aa30f6a View commit details
    Browse the repository at this point in the history
  12. test

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    019f43c View commit details
    Browse the repository at this point in the history
  13. add ref

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1636677 View commit details
    Browse the repository at this point in the history
  14. add sinh + tanh

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2bb1c06 View commit details
    Browse the repository at this point in the history
  15. add sinh + tanh

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    70e11e8 View commit details
    Browse the repository at this point in the history
  16. add sinh + tanh

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    100c9ff View commit details
    Browse the repository at this point in the history
  17. add sin Sinh tang

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    48b899e View commit details
    Browse the repository at this point in the history
  18. Update opset7.py

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    cda4839 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f41ee72 View commit details
    Browse the repository at this point in the history
  20. try

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0ef8816 View commit details
    Browse the repository at this point in the history
  21. try

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a43dd08 View commit details
    Browse the repository at this point in the history
  22. add Atanh

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    9433d2e View commit details
    Browse the repository at this point in the history
  23. add Atanh

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    92e0f68 View commit details
    Browse the repository at this point in the history
  24. s

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3836727 View commit details
    Browse the repository at this point in the history
  25. s

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    db318c8 View commit details
    Browse the repository at this point in the history
  26. add Sqrt

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ebf9a89 View commit details
    Browse the repository at this point in the history
  27. s

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    cc8a9d0 View commit details
    Browse the repository at this point in the history
  28. add shape

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f1dbe66 View commit details
    Browse the repository at this point in the history
  29. s

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    67a1e3f View commit details
    Browse the repository at this point in the history
  30. add sign

    qqj1130247885 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    69b1ac2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. add_celu

    qqj1130247885 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    d695daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5587931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0451348 View commit details
    Browse the repository at this point in the history
  4. Delete opset7.py

    qqj1130247885 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a3937ed View commit details
    Browse the repository at this point in the history
  5. 复原

    qqj1130247885 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    abd1260 View commit details
    Browse the repository at this point in the history
  6. add Celu

    qqj1130247885 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f50943f View commit details
    Browse the repository at this point in the history
  7. Update opset7.py

    qqj1130247885 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    00ca749 View commit details
    Browse the repository at this point in the history
  8. Update opset9.py

    qqj1130247885 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    dae3943 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    916f69b View commit details
    Browse the repository at this point in the history
  2. add selu

    qqj1130247885 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    8b4b423 View commit details
    Browse the repository at this point in the history
  3. Update opset7.py

    qqj1130247885 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    47b9979 View commit details
    Browse the repository at this point in the history
  4. add relu

    qqj1130247885 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    39162be View commit details
    Browse the repository at this point in the history
  5. update relu datatype

    qqj1130247885 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    e352bde View commit details
    Browse the repository at this point in the history
  6. Update opset14.py

    qqj1130247885 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    0e9be71 View commit details
    Browse the repository at this point in the history
  7. fix code style

    qqj1130247885 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    5f9174d View commit details
    Browse the repository at this point in the history
  8. fix code style

    qqj1130247885 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    409be3c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    613fd35 View commit details
    Browse the repository at this point in the history
  2. add_hardsigmoid

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6f8693e View commit details
    Browse the repository at this point in the history
  3. add_reduce_op

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    21935f8 View commit details
    Browse the repository at this point in the history
  4. fix

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    62d5a01 View commit details
    Browse the repository at this point in the history
  5. fix

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0fc1532 View commit details
    Browse the repository at this point in the history
  6. add reduceL2

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    721dab2 View commit details
    Browse the repository at this point in the history
  7. add relu

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    92f616c View commit details
    Browse the repository at this point in the history
  8. test

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ff84e33 View commit details
    Browse the repository at this point in the history
  9. remove log and exp

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9885114 View commit details
    Browse the repository at this point in the history
  10. add selu in opset7

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    46657e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    374f0e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    944b7ab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    48088dd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12a8ec1 View commit details
    Browse the repository at this point in the history
  15. add selu in opset7

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b613e43 View commit details
    Browse the repository at this point in the history
  16. add selu in opset12

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2b00d7b View commit details
    Browse the repository at this point in the history
  17. add selu in opset14

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    24e66c0 View commit details
    Browse the repository at this point in the history
  18. Update opset7.py

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0ab5230 View commit details
    Browse the repository at this point in the history
  19. Update opset12.py

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d72db35 View commit details
    Browse the repository at this point in the history
  20. Update opset14.py

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    60c500c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2718c0b View commit details
    Browse the repository at this point in the history
  22. Update opset14.py

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    77a8e08 View commit details
    Browse the repository at this point in the history
  23. add elu

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    076999f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d0738fa View commit details
    Browse the repository at this point in the history
  25. fix style

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2ff088b View commit details
    Browse the repository at this point in the history
  26. fix style

    qqj1130247885 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    59d3758 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. add auto test of isnan

    qqj1130247885 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    78bee07 View commit details
    Browse the repository at this point in the history
  2. check

    qqj1130247885 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a44a2fb View commit details
    Browse the repository at this point in the history
  3. add opmap of isnan

    qqj1130247885 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    12f786e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06e0bba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    092850d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. re-lint

    qqj1130247885 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4ae085a View commit details
    Browse the repository at this point in the history
  2. re-lint

    qqj1130247885 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    db23a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdd5064 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. retest

    qqj1130247885 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    fb97348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6e05c View commit details
    Browse the repository at this point in the history
  3. test

    qqj1130247885 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    71db3a6 View commit details
    Browse the repository at this point in the history