Minor cleanup for TestFuser tests (#15134)
authorRichard Zou <zou3519@gmail.com>
Wed, 19 Dec 2018 00:13:39 +0000 (16:13 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 19 Dec 2018 00:33:59 +0000 (16:33 -0800)
commit5667af3880af35663e5eee55b657e18e437f52e6
treea23ae701be5b7d9aa9e2968539135517656ad49b
parent3681bf7cff5c41f7e177837d55c898065f1aaee8
Minor cleanup for TestFuser tests (#15134)

Summary:
Changelog:
- change some expect tests that didn't have to be expect tests,
  instead use self.assertAllFused
- Some of the fuser tests weren't using self.assertAllFused.
- Minor test renames

cc apaszke
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15134

Differential Revision: D13507481

Pulled By: zou3519

fbshipit-source-id: dd0788530a60bb5ed2f42b961fae3db2b4404b64
test/expect/TestFuser.test_last_device_cuda.expect [deleted file]
test/expect/TestFuser.test_tensor_scalar_ops_cuda-1.expect [deleted file]
test/expect/TestFuser.test_tensor_scalar_ops_cuda-2.expect [deleted file]
test/test_jit.py