Fix get_arg to handle "self" (#20200)#20200
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20200
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 12 PendingAs of commit 6a1d897 with merge base fe9bc95 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@DrJessop has exported this pull request. If you are a Meta employee, you can view the originating Diff in D108186918. |
This PR needs a
|
Summary: torch/fx/operator_schemas.py:112 In _torchscript_schema_to_signature_impl, self is renamed input. We need to copy this behavior in get_arg. Differential Revision: D108186918
e4fbaa0 to
5f7f3fc
Compare
Summary: torch/fx/operator_schemas.py:112 In _torchscript_schema_to_signature_impl, self is renamed input. We need to copy this behavior in get_arg. Reviewed By: ethansfng Differential Revision: D108186918
5f7f3fc to
6a1d897
Compare
Summary:
torch/fx/operator_schemas.py:112
In _torchscript_schema_to_signature_impl, self is renamed input. We need to copy this behavior in get_arg.
Reviewed By: ethansfng
Differential Revision: D108186918