Add (Un)Fold modules to standard library (#14759)
authorDavid Riazati <davidriazati@fb.com>
Tue, 18 Dec 2018 19:43:45 +0000 (11:43 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 18 Dec 2018 20:03:08 +0000 (12:03 -0800)
commit3118124cd6132588c4bf6614cbff1a3abb977bd9
treef0ad51b99c24b4729d3f59b0f5ba0a48926e766a
parentf4c504593cc73c4c3939f8d3e8e012c4d47bfd8d
Add (Un)Fold modules to standard library (#14759)

Summary:
Depends on #14597 for the corresponding aten ops.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14759

Differential Revision: D13325356

Pulled By: driazati

fbshipit-source-id: 99e39449c1ccfa293de05672c31a11e580bdd11f
test/test_jit.py
torch/csrc/jit/register_special_ops.cpp
torch/jit/__init__.py
torch/nn/functional.py
torch/nn/modules/fold.py