-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[ONNX] Add module name as PythonOp attribute (#67193) #73281
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
Conversation
* Add module name as pythonOp attr * Move to trace_post_record * Add tests * Code compactness [ghstack-poisoned]
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 9a089b9 (more details on the Dr. CI page):
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
* Add module name as pythonOp attr * Move to trace_post_record * Add tests * Code compactness [ghstack-poisoned]
|
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: Pull Request resolved: #73281 * Add module name as pythonOp attr * Move to trace_post_record * Add tests * Code compactness Test Plan: Imported from OSS Reviewed By: jbschlosser Differential Revision: D34625647 Pulled By: malfet fbshipit-source-id: b04b2a4f1dc2cf733fcf50a3b022337f80d6eead
Stack from ghstack:
[ONNX] Support optional type (#68793) #73284
[ONNX] Add symbolic support for torch.nn.cosinesimilarity (#72128) #73283
[ONNX] use onnxruntime 1.10 in CI (#69271) #73282
-> [ONNX] Add module name as PythonOp attribute (#67193) #73281
[ONNX] Adds overload_name to Aten op (#69378) #73280
Add module name as pythonOp attr
Move to trace_post_record
Add tests
Code compactness
Differential Revision: D34625647