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

Adding Helper module #15

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Conversation

stefkohub
Copy link
Contributor

As agreed I have cleaned up the code of an Helper module, which is a partial port from Python ONNX library.
This patch is including three files:

  • lib/axon_onnx/helper.ex which is the main helper module
  • lib/axon_onnx/mapping.ex which is a module containing some constant conversion functions (e.g. from :FLOAT atom to its byte size)
  • test/helper_module_test.exs which is containing some unit tests

@stefkohub
Copy link
Contributor Author

I have some problem with mix format in CI/CD chain. It complains about deserialize.ex but I haven't touched it and this is the result of mix format on this file:

$ mix format --check-formatted lib/axon_onnx/deserialize.ex
$

@stefkohub
Copy link
Contributor Author

Now it merged perfectly.

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.

1 participant