pytorch/torch/onnx
Spandan Tiwari dafee117e8 Removing unused arg f from _model_to_graph(). (#19647)
Summary:
Input argument `f` in `_model_to_graph()` method in `torch/onnx/utils.py` is unused. This PR removes it. If there's a reason to keep it around, please let me know.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19647

Reviewed By: dzhulgakov

Differential Revision: D15071720

Pulled By: houseroad

fbshipit-source-id: 59e0dd7a4d5ebd64d0e30f274b3892a4d218c496
2019-04-26 09:40:52 -07:00
..
__init__.py add an utility function to check whether it's in the middle of onnx export or not 2019-04-09 10:07:08 -07:00
operators.py Move torch.onnx.operators functions into ATen (#12803) 2018-10-18 16:04:34 -07:00
symbolic.py Fix case for activations attribute in nn.RNN ONNX export. (#19368) 2019-04-25 16:31:25 -07:00
utils.py Removing unused arg f from _model_to_graph(). (#19647) 2019-04-26 09:40:52 -07:00