Allow optionals arguments from C++ (#19311)
authorDavid Riazati <davidriazati@fb.com>
Fri, 19 Apr 2019 00:06:09 +0000 (17:06 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 19 Apr 2019 00:15:05 +0000 (17:15 -0700)
commitd9052b21764075981b0a3cd779d506595882bd27
tree0d1cd92805b67d396e5804a96eed42eae37a007a
parent45d5b6be48caae761970d6d4c99e4ed8bc82263e
Allow optionals arguments from C++ (#19311)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19311
ghimport-source-id: 699f62eb2bbad53ff2045fb2e217eb1402f2cdc5

Reviewed By: eellison

Differential Revision: D14983059

Pulled By: driazati

fbshipit-source-id: 442f96d6bd2a8ce67807ccad2594b39aae489ca5
aten/src/ATen/core/type.cpp
test/cpp/api/jit.cpp