Add tests for argument types (#19290)
authorSebastian Messmer <messmer@fb.com>
Fri, 19 Apr 2019 00:16:58 +0000 (17:16 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 19 Apr 2019 00:20:13 +0000 (17:20 -0700)
commitce969c0bc42f53cbc36da05ec66b24122105d628
tree8dd1739f029429a05b39d07b22c6ce8a6cc2b441
parentd9052b21764075981b0a3cd779d506595882bd27
Add tests for argument types (#19290)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19290

Add test cases for the supported argument types
And TODOs for some unsupported ones that we might want to support.

Reviewed By: dzhulgakov

Differential Revision: D14931920

fbshipit-source-id: c47bbb295a54ac9dc62569bf5c273368c834392c
aten/src/ATen/core/op_registration/op_registration_test.cpp
aten/src/ATen/core/op_registration/test_helpers.h
c10/util/ArrayRef.h