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

Builder API and further removal of ONNX from the IR #170

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    e7a2ee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b9b1cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b16929 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73f7162 View commit details
    Browse the repository at this point in the history
  5. fix: WASM build

    pixelspark committed May 23, 2023
    Configuration menu
    Copy the full SHA
    26e507c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6855a7 View commit details
    Browse the repository at this point in the history
  7. fix: failing test

    pixelspark committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0cf026d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e67602e View commit details
    Browse the repository at this point in the history
  9. chore: move ONNX-specific functionality to onnx_model module (allows …

    …building an ONNX-less wonnx later)
    pixelspark committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9a884c0 View commit details
    Browse the repository at this point in the history
  10. chore: replace ONNX AttributeValueProto in IR with our own enum - IR …

    …is now fully independent of ONNX protos
    pixelspark committed May 23, 2023
    Configuration menu
    Copy the full SHA
    737ecd2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4edd635 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d0caae View commit details
    Browse the repository at this point in the history