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

[OpAttr]Adapt tensor axis for reduce_min/max/mean/sum/prod #45078

Merged
merged 25 commits into from
Aug 30, 2022

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    23fb0b8 View commit details
    Browse the repository at this point in the history
  2. Remove some comments

    0x45f committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4975510 View commit details
    Browse the repository at this point in the history
  3. Add dims default value in yaml

    0x45f committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    98ef6b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Fix get_reduce_axis

    0x45f committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    65f20ba View commit details
    Browse the repository at this point in the history
  2. Fxi test_max_op

    0x45f committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    426fc62 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Rename infermeta function

    0x45f committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    61ca6a2 View commit details
    Browse the repository at this point in the history
  2. adapt reduce_max

    0x45f committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    2223e12 View commit details
    Browse the repository at this point in the history
  3. Add UT

    0x45f committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1f405d1 View commit details
    Browse the repository at this point in the history
  4. Adapt reduce_mean

    0x45f committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bc5699a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Polish Infershape

    0x45f committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e824874 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    2ba2102 View commit details
    Browse the repository at this point in the history
  2. Use IntArray.FromTensor

    0x45f committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e98da10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ca10bd View commit details
    Browse the repository at this point in the history
  4. Add SupportTensor for dim

    0x45f committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2f37607 View commit details
    Browse the repository at this point in the history
  5. Using allclose

    0x45f committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0ae23c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Fix assert_allclose

    0x45f committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    323f71e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

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

Commits on Aug 22, 2022

  1. Adapt reduce_sum and add UTs

    0x45f committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a624437 View commit details
    Browse the repository at this point in the history
  2. Fix SumRawKernel

    0x45f committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    1010dcc View commit details
    Browse the repository at this point in the history
  3. Adapt reduce_prod and add UT

    0x45f committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    8c843e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Set infer place

    0x45f committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c9fc9e8 View commit details
    Browse the repository at this point in the history
  2. Polish UT

    0x45f committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4f8448b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Refine infershape and add UT

    0x45f committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7d8aee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63542ab View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

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