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

added erf op to math.py #908

Closed
wants to merge 14 commits into from
Closed

added erf op to math.py #908

wants to merge 14 commits into from

Commits on Sep 17, 2023

  1. added erf op to math.py

    sqali committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    6485433 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    61c9690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7960106 View commit details
    Browse the repository at this point in the history
  3. added decorator above the erf function, added tests under the existin…

    …g MathOpsCorrectnessTest class
    sqali committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d9f99f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    ef05f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d4b8eb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    686f339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b52b8a View commit details
    Browse the repository at this point in the history
  3. code reformatting applied

    sqali committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7f76459 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5efabf5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

    lowered the precision tolerance to 1e-4 for erf function
    sqali authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3f199c3 View commit details
    Browse the repository at this point in the history
  3. Update math_test.py

    lowered the test values to 1e5
    sqali authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0307b74 View commit details
    Browse the repository at this point in the history