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

[ Hackathon 3rd No.2 ] add paddle.iinfo #45321

Commits on Aug 2, 2022

  1. not finished yet

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

Commits on Aug 4, 2022

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

Commits on Aug 22, 2022

  1. Update pybind.cc

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    645247e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da6c55 View commit details
    Browse the repository at this point in the history
  3. delete unrelated files

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    17e54e0 View commit details
    Browse the repository at this point in the history
  4. Update pybind.cc

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    89ad9f8 View commit details
    Browse the repository at this point in the history
  5. import iinfo

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3e4c1fc View commit details
    Browse the repository at this point in the history
  6. Create test_iinfo.py

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    dbea60b View commit details
    Browse the repository at this point in the history
  7. Update test_iinfo.py

    remove paddle.int8 from test
    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    802ad53 View commit details
    Browse the repository at this point in the history
  8. Update test_iinfo.py

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2d2ffd0 View commit details
    Browse the repository at this point in the history
  9. more properties

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    1cd38bd View commit details
    Browse the repository at this point in the history
  10. add finfo

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5589aa8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c2ba90f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f67e3d7 View commit details
    Browse the repository at this point in the history
  13. Update pybind.cc

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    e44f818 View commit details
    Browse the repository at this point in the history
  14. Update pybind.cc

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c5fa801 View commit details
    Browse the repository at this point in the history
  15. resolution not equal

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    74ab8d5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b318ab View commit details
    Browse the repository at this point in the history
  17. type check

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    94ef052 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    169add9 View commit details
    Browse the repository at this point in the history
  19. check dtype property

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a3bb736 View commit details
    Browse the repository at this point in the history
  20. Update pybind.cc

    OccupyMars2025 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    75484ec View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. add only iinfo

    OccupyMars2025 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    4a724e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    145ee68 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task1-add-finf…

    …o-and-task2-add-iinfo-version002
    OccupyMars2025 authored Aug 27, 2022
    Configuration menu
    Copy the full SHA
    01e7c7f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    b78dc08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61de70 View commit details
    Browse the repository at this point in the history
  3. modify __repr__ method

    OccupyMars2025 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    5c6f96f View commit details
    Browse the repository at this point in the history
  4. add docstring

    OccupyMars2025 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    ae1d259 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

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

Commits on Aug 30, 2022

  1. Update dtype.py

    OccupyMars2025 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0d352f5 View commit details
    Browse the repository at this point in the history
  2. test pre-commit

    OccupyMars2025 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    dd92f76 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task1-add-finf…

    …o-and-task2-add-iinfo-version002
    OccupyMars2025 authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    afe4e96 View commit details
    Browse the repository at this point in the history
  2. Update core.py

    OccupyMars2025 committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    cf221c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Update dtype.py

    OccupyMars2025 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    05dd1a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Update dtype.py

    OccupyMars2025 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a013bdf View commit details
    Browse the repository at this point in the history
  2. Update dtype.py

    OccupyMars2025 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    bbdb3b5 View commit details
    Browse the repository at this point in the history
  3. Update dtype.py

    OccupyMars2025 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    32ea2fa View commit details
    Browse the repository at this point in the history
  4. for punctuation mark

    Ligoml authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    623179f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9113d68 View commit details
    Browse the repository at this point in the history