Skip to content

[ONNX] Fix param names (#50764)#50955

Closed
BowenBao wants to merge 5 commits intogh/BowenBao/10/basefrom
gh/BowenBao/10/head
Closed

[ONNX] Fix param names (#50764)#50955
BowenBao wants to merge 5 commits intogh/BowenBao/10/basefrom
gh/BowenBao/10/head

Conversation

@BowenBao
Copy link
Copy Markdown
Collaborator

@BowenBao BowenBao commented Jan 22, 2021

Stack from ghstack:

Preserve name of parameters for ONNX.

Looks like output->copyMetadata(input) API is giving the same debugName to the output. So the name of the original input is changed. This update avoid the name change by just copying the type.

Differential Revision: D26050880

Preserve name of parameters for ONNX.

Looks like output->copyMetadata(input) API is giving the same debugName to the output. So the name of the original input is changed. This update avoid the name change by just copying the type.

[ghstack-poisoned]
@facebook-github-bot
Copy link
Copy Markdown
Contributor

facebook-github-bot commented Jan 22, 2021

💊 CI failures summary and remediations

As of commit 61f75ca (more details on the Dr. CI page):


  • 1/1 failures possibly* introduced in this PR
    • 1/1 non-CircleCI failure(s)

This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Preserve name of parameters for ONNX.

Looks like output->copyMetadata(input) API is giving the same debugName to the output. So the name of the original input is changed. This update avoid the name change by just copying the type.

Differential Revision: [D26023932](https://our.internmc.facebook.com/intern/diff/D26023932)

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Jan 22, 2021
Preserve name of parameters for ONNX.

Looks like output->copyMetadata(input) API is giving the same debugName to the output. So the name of the original input is changed. This update avoid the name change by just copying the type.

ghstack-source-id: 8f2ede4
Pull Request resolved: #50955
Preserve name of parameters for ONNX.

Looks like output->copyMetadata(input) API is giving the same debugName to the output. So the name of the original input is changed. This update avoid the name change by just copying the type.

[ghstack-poisoned]
Preserve name of parameters for ONNX.

Looks like output->copyMetadata(input) API is giving the same debugName to the output. So the name of the original input is changed. This update avoid the name change by just copying the type.

Differential Revision: [D26050880](https://our.internmc.facebook.com/intern/diff/D26050880)

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Jan 25, 2021
Preserve name of parameters for ONNX.

Looks like output->copyMetadata(input) API is giving the same debugName to the output. So the name of the original input is changed. This update avoid the name change by just copying the type.

ghstack-source-id: 67e45bc
Pull Request resolved: #50955
Preserve name of parameters for ONNX.

Looks like output->copyMetadata(input) API is giving the same debugName to the output. So the name of the original input is changed. This update avoid the name change by just copying the type.

Differential Revision: [D26050880](https://our.internmc.facebook.com/intern/diff/D26050880)

[ghstack-poisoned]
BowenBao added a commit that referenced this pull request Jan 26, 2021
Preserve name of parameters for ONNX.

Looks like output->copyMetadata(input) API is giving the same debugName to the output. So the name of the original input is changed. This update avoid the name change by just copying the type.

ghstack-source-id: a3c7d91
Pull Request resolved: #50955
@facebook-github-bot
Copy link
Copy Markdown
Contributor

@SplitInfinity merged this pull request in e2eb97d.

@facebook-github-bot facebook-github-bot deleted the gh/BowenBao/10/head branch January 31, 2021 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed Merged oncall: jit Add this issue/PR to JIT oncall triage queue open source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants