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

Adds ONNX Optimizer, Version Converter and IR. #622

Merged
merged 11 commits into from
Oct 31, 2018
Prev Previous commit
Next Next commit
Remove stripping of final keyword, because optimization passes aren't…
… included
EmergentOrder committed Oct 12, 2018

Verified

This commit was signed with the committer’s verified signature.
arithefirst April Hall
commit 1b1b46ba52eeac2aec52c8df363056947c5684e2
2 changes: 0 additions & 2 deletions onnx/cppbuild.sh
Original file line number Diff line number Diff line change
@@ -66,6 +66,4 @@ cp onnx/version_converter/adapters/*.h ../include/onnx/version_converter/adapter
cp $CMAKE_BUILD_DIR/onnx/*.h ../include/onnx/
cp $CMAKE_BUILD_DIR/*.so ../lib

sed -i 's/final//g' ../include/onnx/optimizer/passes/*

cd ../..