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

[onnx] Decompose onnx.Adam into elementwise operations #3643

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 16, 2024

  1. [onnx] Decompose onnx.Adam into elementwise operations

    We can support `onnx.Adam` by decomposing into elementwise operations.
    The numerics slightly differ from `onnxruntime` however they appear to
    be within margins.
    rsuderman committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6a52f5c View commit details
    Browse the repository at this point in the history
  2. pre-commit hook

    rsuderman committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d23ecab View commit details
    Browse the repository at this point in the history
  3. fix build error

    rsuderman committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3697b0f View commit details
    Browse the repository at this point in the history