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

[refactor] break ONNX utils/onnx.py into multiple files #353

Merged
merged 2 commits into from
Aug 29, 2023

Commits on Aug 3, 2023

  1. [refactor] break ONNX utils/onnx.py into multiple files

    breaking out `onnx.py` into separate util files for analysis and
    external data saving as the file is getting quite long and the
    functionalities are separate.  Keeping under same `sparsezoo.utils.onnx`
    namespace so all existing imports should be in tact
    
    **test_plan:**
    existing unit tests
    bfineran committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8fe63af View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix utils/onnx init file

    bfineran committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7551401 View commit details
    Browse the repository at this point in the history