math module support (#19115)
authorAlexandr Morev <hikjik@yandex.ru>
Tue, 16 Apr 2019 17:19:04 +0000 (10:19 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 16 Apr 2019 17:44:07 +0000 (10:44 -0700)
commitda4ff17eee9f27bb5582418fb168c57c7e6b3e67
tree3b3292c98d93ced645b9bfe1fccc7b328e84b2fb
parent344acaa0caa91d3acb90b2e1f89be53d153dadc1
math module support (#19115)

Summary:
This PR refer to issue [#19026](https://github.com/pytorch/pytorch/issues/19026)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19115

Differential Revision: D14936053

Pulled By: driazati

fbshipit-source-id: 68d5f33ced085fcb8c10ff953bc7e99df055eccc
test/test_jit.py
torch/csrc/jit/register_prim_ops.cpp
torch/jit/__init__.py