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

[Zero-Dim] support output 0D for is_empty/as_complex/inner/dot/rank/tensordot/squeeze_/static.accuracy/static.auc/metric.accuracy, test=allcase #52850

Merged
merged 36 commits into from
Apr 22, 2023

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    1eb052e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85c310f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc682d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/wangfengsheng1999/Paddle

    …into develop
    wangfengsheng1999 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3ea1270 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. add test case

    wangfengsheng1999 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7007c45 View commit details
    Browse the repository at this point in the history
  2. modify dot/metric.accuracy/static.accuracy/static.auc

    wangfengsheng1999 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    510f7e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. modfiy inner/tensordot bug

    wangfengsheng1999 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    70bba24 View commit details
    Browse the repository at this point in the history
  2. test 9 api

    wangfengsheng1999 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b902996 View commit details
    Browse the repository at this point in the history
  3. [Zero-Dim] support output 0D for is_empty/as_complex/inner/dot/rank/t…

    …ensordot/squeeze_/static.accuracy/static.auc/metric.accuracy, test=allcase
    wangfengsheng1999 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ae05f95 View commit details
    Browse the repository at this point in the history
  4. fix bug

    wangfengsheng1999 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0afd97f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. support output 0D for is_empty/as_complex/inner/dot/rank/tensordot/sq…

    …ueeze_/static.accuracy/static.auc/metric.accuracy
    wangfengsheng1999 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    ddaff8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    306a995 View commit details
    Browse the repository at this point in the history
  3. code style

    wangfengsheng1999 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    8dbbf49 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. fix bug

    wangfengsheng1999 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    2f7e3af View commit details
    Browse the repository at this point in the history
  2. fix test_dot_op bug

    wangfengsheng1999 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    74492bd View commit details
    Browse the repository at this point in the history
  3. fix accuracy bug

    wangfengsheng1999 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    d0e4772 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. fix bug

    wangfengsheng1999 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2208601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2af112 View commit details
    Browse the repository at this point in the history
  3. fix bug

    wangfengsheng1999 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f578fb3 View commit details
    Browse the repository at this point in the history
  4. fix bug

    wangfengsheng1999 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    3c5e547 View commit details
    Browse the repository at this point in the history
  5. fix bug

    wangfengsheng1999 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fb55b07 View commit details
    Browse the repository at this point in the history
  6. codestyle

    wangfengsheng1999 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    66fbc73 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. fix dot bug

    wangfengsheng1999 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e3aa822 View commit details
    Browse the repository at this point in the history
  2. fix dot bug

    wangfengsheng1999 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0556647 View commit details
    Browse the repository at this point in the history
  3. fix dot bug

    wangfengsheng1999 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7346b3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91154c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. code style

    wangfengsheng1999 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4ad467f View commit details
    Browse the repository at this point in the history
  2. fix dot bug

    wangfengsheng1999 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b640980 View commit details
    Browse the repository at this point in the history
  3. fix dot bug

    wangfengsheng1999 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    37d59af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4caaed9 View commit details
    Browse the repository at this point in the history
  5. fix dot bug

    wangfengsheng1999 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9f4867e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    a8f48ca View commit details
    Browse the repository at this point in the history
  2. fix dot bug

    wangfengsheng1999 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    1d10ef9 View commit details
    Browse the repository at this point in the history
  3. fix dot bug

    wangfengsheng1999 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    3a62d60 View commit details
    Browse the repository at this point in the history
  4. fix dot bug

    wangfengsheng1999 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6a6e0b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. modify code

    wangfengsheng1999 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    07989d5 View commit details
    Browse the repository at this point in the history