-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Add test with multiple ops #73888
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
Add test with multiple ops #73888
Conversation
[ghstack-poisoned]
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 83516bf (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
@priyaramani has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
larryliu0820
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Please address the comments before land.
| } | ||
|
|
||
| TEST(LiteInterpreterTest, MultipleOps) { | ||
| // Load check in model: basic.ptl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change this?
| // super(Model, self).__init__() | ||
| // self.ops = torch.nn.Sequential( | ||
| // torch.nn.ReLU(), | ||
| // torch.nn.AdaptiveAvgPool2d(output_size=(1, 1)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also we don't have this op yet, right?
Differential Revision: [D34702376](https://our.internmc.facebook.com/intern/diff/D34702376) [ghstack-poisoned]
Pull Request resolved: #73888 Differential Revision: [D34702376](https://our.internmc.facebook.com/intern/diff/D34702376/) ghstack-source-id: 150844823
Summary: Pull Request resolved: #73888 Test Plan: Imported from OSS Reviewed By: larryliu0820 Differential Revision: D34702376 Pulled By: priyaramani fbshipit-source-id: 500791fa0e708adda73a41db5c54c32c2629d78a
|
Hey @priyaramani. |
Summary: Pull Request resolved: pytorch/pytorch#73888 Test Plan: Imported from OSS Reviewed By: larryliu0820 Differential Revision: D34702376 Pulled By: priyaramani fbshipit-source-id: 500791fa0e708adda73a41db5c54c32c2629d78a (cherry picked from commit 568872a84e92b2223f422bebb4a80b7d4957f94d)
Summary: Pull Request resolved: pytorch/pytorch#73888 Test Plan: Imported from OSS Reviewed By: larryliu0820 Differential Revision: D34702376 Pulled By: priyaramani fbshipit-source-id: 500791fa0e708adda73a41db5c54c32c2629d78a (cherry picked from commit 568872a84e92b2223f422bebb4a80b7d4957f94d)
Stack from ghstack (oldest at bottom):
Differential Revision: D34702376