[ONNX] Remove f arg from export_to_pretty_string (#69045)#69546
[ONNX] Remove f arg from export_to_pretty_string (#69045)#69546BowenBao wants to merge 3 commits intogh/BowenBao/172/basefrom
Conversation
The arg is not used and was previously deprecated. Also remove torch.onnx._export_to_pretty_string. It's redundant with the public version. [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 04ed109 (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. |
|
@msaroufim has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
The arg is not used and was previously deprecated. Also remove torch.onnx._export_to_pretty_string. It's redundant with the public version. ghstack-source-id: 0d451e0 Pull Request resolved: pytorch#69546
The arg is not used and was previously deprecated. Also remove torch.onnx._export_to_pretty_string. It's redundant with the public version. Differential Revision: [D32994270](https://our.internmc.facebook.com/intern/diff/D32994270) [ghstack-poisoned]
CI Flow Status⚛️ CI FlowRuleset - Version:
You can add a comment to the PR and tag @pytorchbot with the following commands: # ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun
# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slowFor more information, please take a look at the CI Flow Wiki. |
|
@msaroufim has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
The arg is not used and was previously deprecated. Also remove torch.onnx._export_to_pretty_string. It's redundant with the public version. Differential Revision: [D32994270](https://our.internmc.facebook.com/intern/diff/D32994270) [ghstack-poisoned]
|
@msaroufim has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Stack from ghstack:
The arg is not used and was previously deprecated.
Also remove torch.onnx._export_to_pretty_string. It's redundant with the
public version.
Differential Revision: D32994270