-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Dynamic ONNX Importer #6351
Dynamic ONNX Importer #6351
Commits on Sep 11, 2020
-
Change onnx importer to use dynamic upsampling3d (#3)
fix pylint
Lily Orth-Smith authored and Matthew Brookhart committedSep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 80962b7 - Browse repository at this point
Copy the full SHA 80962b7View commit details -
Refactor ONNX frontend to be dynamic
Make OneHot dynamic Support BatchMatMul with dynamically shaped inputs fix dynamic broadcast Add null checks to broadcast_to rel functions fail more isolated broadcast_to test use StructuralEqual instead of pointer comparisions in dynamic_to_static pass add an optional weight freeze argument to onnx importer convert onnx resize to dynamic op add dynamic expand to onnx importer add a shape_func for power fix BERTSquad, lint handle onnx graph initializer parameters more intelligently
Matthew Brookhart committedSep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for b28e7e2 - Browse repository at this point
Copy the full SHA b28e7e2View commit details -
Dynamic ONNX importer: Upsampling and Pad (#2)
fix lint fix Call reference fix a type issue with expand fix a bad test refactor respond to review comments, fix batch matmul tests
Lily Orth-Smith authored and Matthew Brookhart committedSep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for c1e993c - Browse repository at this point
Copy the full SHA c1e993cView commit details -
Matthew Brookhart committed
Sep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 077f74c - Browse repository at this point
Copy the full SHA 077f74cView commit details -
Merge remote-tracking branch 'upstream/master' into mbrookhart/dynami…
…c_onnx
Matthew Brookhart committedSep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 6ae7c02 - Browse repository at this point
Copy the full SHA 6ae7c02View commit details -
Matthew Brookhart committed
Sep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 2892e6a - Browse repository at this point
Copy the full SHA 2892e6aView commit details -
add dynamic strided slice to the onnx importer
Matthew Brookhart committedSep 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 1fc3721 - Browse repository at this point
Copy the full SHA 1fc3721View commit details
Commits on Sep 13, 2020
-
Matthew Brookhart committed
Sep 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 55b4012 - Browse repository at this point
Copy the full SHA 55b4012View commit details -
Matthew Brookhart committed
Sep 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 8864abc - Browse repository at this point
Copy the full SHA 8864abcView commit details
Commits on Sep 14, 2020
-
Merge branch 'master' into mbrookhart/dynamic_onnx
Matthew Brookhart authoredSep 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 7e8efae - Browse repository at this point
Copy the full SHA 7e8efaeView commit details -
fix bad merge, respond to review comments
Matthew Brookhart committedSep 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 53f7a7b - Browse repository at this point
Copy the full SHA 53f7a7bView commit details
Commits on Sep 16, 2020
-
add a simple dynamic model test
Matthew Brookhart committedSep 16, 2020 Configuration menu - View commit details
-
Copy full SHA for ab33d69 - Browse repository at this point
Copy the full SHA ab33d69View commit details -
Merge remote-tracking branch 'upstream/master' into mbrookhart/dynami…
…c_onnx
Matthew Brookhart committedSep 16, 2020 Configuration menu - View commit details
-
Copy full SHA for e18b0ab - Browse repository at this point
Copy the full SHA e18b0abView commit details
Commits on Sep 17, 2020
-
Merge remote-tracking branch 'upstream/master' into mbrookhart/dynami…
…c_onnx
Matthew Brookhart committedSep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 0a1f8dc - Browse repository at this point
Copy the full SHA 0a1f8dcView commit details
Commits on Sep 18, 2020
-
Add dynamic-shaped autopadding to convolution and pooling ops
Matthew Brookhart committedSep 18, 2020 Configuration menu - View commit details
-
Copy full SHA for db74cc3 - Browse repository at this point
Copy the full SHA db74cc3View commit details -
fix dynamic issues in a few ops
Matthew Brookhart committedSep 18, 2020 Configuration menu - View commit details
-
Copy full SHA for dfeed7f - Browse repository at this point
Copy the full SHA dfeed7fView commit details -
Merge branch 'master' into mbrookhart/dynamic_onnx
Matthew Brookhart authoredSep 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 5cc3621 - Browse repository at this point
Copy the full SHA 5cc3621View commit details -
Matthew Brookhart committed
Sep 18, 2020 Configuration menu - View commit details
-
Copy full SHA for dd6a1d7 - Browse repository at this point
Copy the full SHA dd6a1d7View commit details
Commits on Sep 21, 2020
-
disable tests onnxrt doesn't support
Matthew Brookhart committedSep 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 2faf2aa - Browse repository at this point
Copy the full SHA 2faf2aaView commit details
Commits on Sep 22, 2020
-
Matthew Brookhart committed
Sep 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 78d3ff5 - Browse repository at this point
Copy the full SHA 78d3ff5View commit details
Commits on Sep 25, 2020
-
Merge remote-tracking branch 'upstream/master' into mbrookhart/dynami…
…c_onnx
Matthew Brookhart committedSep 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 664a055 - Browse repository at this point
Copy the full SHA 664a055View commit details -
Matthew Brookhart committed
Sep 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 54dd8d5 - Browse repository at this point
Copy the full SHA 54dd8d5View commit details
Commits on Oct 1, 2020
-
Merge remote-tracking branch 'upstream/master' into mbrookhart/dynami…
…c_onnx
Matthew Brookhart committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for f0aa08d - Browse repository at this point
Copy the full SHA f0aa08dView commit details
Commits on Oct 2, 2020
-
Merge branch 'master' into mbrookhart/dynamic_onnx
Matthew Brookhart authoredOct 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 461d6ee - Browse repository at this point
Copy the full SHA 461d6eeView commit details -
add documentation about partially supporting dynamic shapes
Matthew Brookhart committedOct 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 24a9e22 - Browse repository at this point
Copy the full SHA 24a9e22View commit details