Allow dicts in C++ frontend (#16846)
authorDavid Riazati <davidriazati@fb.com>
Fri, 8 Feb 2019 02:21:30 +0000 (18:21 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 8 Feb 2019 02:44:49 +0000 (18:44 -0800)
commitee0e71bee7383c89148063102770491317614ab2
treea33ec5a3fa93f50886e07f8a1e3c22384588333a
parent2db847b3a7edc48652e144e7c9d7aa0bbed66aaa
Allow dicts in C++ frontend (#16846)

Summary:
Fixes #16856
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16846

Differential Revision: D13991103

Pulled By: driazati

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