Add test of ONNX_ATEN (#14259)
authorzrphercule <zrphercule@gmail.com>
Tue, 27 Nov 2018 21:49:21 +0000 (13:49 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 27 Nov 2018 21:51:51 +0000 (13:51 -0800)
commitba6c49cb9c516bb8c18984113f8c6c5f4c4556f6
tree5b03c9f2af35942bbfea946402a438c95bc297ac
parente392d428b11128bcf203a4fe5b5f24b04bf545c9
Add test of ONNX_ATEN (#14259)

Summary:
In #14239 we fixed ONNX_ATEN.
In order to make sure its correctness in the future, we should add related test case.
We use torch.fmod() to test ONNX_ATEN.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14259

Differential Revision: D13204610

Pulled By: zrphercule

fbshipit-source-id: e4660c346e5edd201f1458b7d74d7dfac49b94c7
test/expect/TestPytorchExportModes.test_onnx_aten.expect [new file with mode: 0644]
test/test_jit.py