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

Conversation

bfineran
Copy link
Member

@bfineran bfineran commented Aug 3, 2023

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

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 bfineran self-assigned this Aug 3, 2023
@bfineran bfineran merged commit dc603b1 into main Aug 29, 2023
4 checks passed
@bfineran bfineran deleted the break-out-onnx-utils branch August 29, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant