add the support for stable ONNX opsets in exporter (#16068)
authorLu Fang <lufang@fb.com>
Fri, 22 Feb 2019 19:57:38 +0000 (11:57 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 22 Feb 2019 20:05:17 +0000 (12:05 -0800)
commitb0c18570cae548f0b9c030b2ae5905b2619e1a7c
treef1c23688bdcc17886b0989973f51d2d5d6d89d4f
parentdd3acbc6d55e8df70fbbf643ec8510c8338c7398
add the support for stable ONNX opsets in exporter (#16068)

Summary:
Still wip, need more tests and correct handling for opset 8 in symbolics.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16068

Reviewed By: zrphercule

Differential Revision: D14185855

Pulled By: houseroad

fbshipit-source-id: 55200be810c88317c6e80a46bdbeb22e0b6e5f9e
test/onnx/expect/TestOperators.test_stable_opset.expect [new file with mode: 0644]
test/onnx/test_operators.py
test/onnx/test_pytorch_helper.py
torch/onnx/symbolic.py
torch/onnx/utils.py