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 5th No.3】为 Paddle 新增 masked_fill API #57355

Merged
merged 34 commits into from
Nov 2, 2023

Commits on Sep 15, 2023

  1. add masked_fill for paddle

    AndSonder committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4925ae4 View commit details
    Browse the repository at this point in the history
  2. update doc

    AndSonder committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fbec78a View commit details
    Browse the repository at this point in the history
  3. update some test case

    AndSonder committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3cfde41 View commit details
    Browse the repository at this point in the history
  4. remove full_like

    AndSonder committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    37dd891 View commit details
    Browse the repository at this point in the history
  5. update test codes

    AndSonder committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    793fcdc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. update test cases

    AndSonder committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    0c1e8ce View commit details
    Browse the repository at this point in the history
  2. recover codes

    AndSonder committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    faa459a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. update test codes

    AndSonder committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0a4d8d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. fix gradients error

    AndSonder committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    746a818 View commit details
    Browse the repository at this point in the history
  2. update test codes

    AndSonder committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d48d73d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix

    AndSonder committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7a0ef26 View commit details
    Browse the repository at this point in the history
  2. add bf16 test cases

    AndSonder committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    de8cd75 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. update code-block

    AndSonder committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    fb1a2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810575f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b213bf View commit details
    Browse the repository at this point in the history
  4. update code-block

    AndSonder committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    df6013e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82bb307 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. update test codes

    AndSonder committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1349206 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    9ef08e4 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    AndSonder authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5f463ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe74eff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d394a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

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

    AndSonder committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0703cd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    1c0abb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9bdfa0 View commit details
    Browse the repository at this point in the history
  3. add v grad check

    AndSonder committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f5db8f6 View commit details
    Browse the repository at this point in the history
  4. add scalar value case

    AndSonder committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0f48c13 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix test case

    AndSonder committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c8040ce View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. use logical_not

    AndSonder authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ccb535c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2317773 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fix doc style

    AndSonder authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f678e39 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Update manipulation.py

    AndSonder authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d6b7bd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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