[BC-breaking] C++ API parity: Linear#27382
Closed
pbelevich wants to merge 41 commits intogh/pbelevich/32/basefrom
Closed
[BC-breaking] C++ API parity: Linear#27382pbelevich wants to merge 41 commits intogh/pbelevich/32/basefrom
pbelevich wants to merge 41 commits intogh/pbelevich/32/basefrom
Conversation
[ghstack-poisoned]
This was referenced Oct 4, 2019
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Closed
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
This was referenced Oct 6, 2019
Closed
Closed
Closed
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
This was referenced Oct 7, 2019
Closed
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
yf225
reviewed
Oct 14, 2019
Contributor
yf225
left a comment
There was a problem hiding this comment.
Thanks a lot @pbelevich! I left some minor comments.
yf225
reviewed
Oct 16, 2019
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
yf225
approved these changes
Oct 20, 2019
Contributor
yf225
left a comment
There was a problem hiding this comment.
@pbelevich Thanks a lot for the awesome work! We can land it after the fixing the annoying clang-tidy issue :D
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Differential Revision: [D17766735](https://our.internmc.facebook.com/intern/diff/D17766735) [ghstack-poisoned]
Contributor
|
@pbelevich merged this pull request in dd277e9. |
facebook-github-bot
pushed a commit
that referenced
this pull request
Oct 28, 2019
thiagocrepaldi
pushed a commit
to thiagocrepaldi/pytorch
that referenced
this pull request
Feb 4, 2020
Summary: Pull Request resolved: pytorch#27382 Test Plan: Imported from OSS Differential Revision: D17766735 Pulled By: pbelevich fbshipit-source-id: c7a66daeb17550eb9a5d26944427723d4ebdc6c8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack:
This PR is BC-breaking in the following way:
The arguments in
LinearOptionsare renamed to match the Python API:in->in_featuresout->out_featureswith_bias->biasThe accessor calls (e.g.
in()) in the user's code needs to be changed accordingly.Differential Revision: D17766735