Move fast rnn benchmark to pytorch/pytorch
authorWanchao Liang <wanchaol@users.noreply.github.com>
Wed, 27 Mar 2019 21:39:33 +0000 (14:39 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 27 Mar 2019 21:46:09 +0000 (14:46 -0700)
commit6684ef3f23f1aeb5f5034a982d2669011f3a5179
tree7291dd1d4879eeffed03262bef121033f4291d23
parente4f1681c82fe6a8c11400bec80b520aba9ceb495
Move fast rnn benchmark to pytorch/pytorch

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

Differential Revision: D14652039

Pulled By: wanchaol

fbshipit-source-id: 1177b1f60d96672c3e2c9d527b56ee06ca7c0af1
benchmarks/README.md [new file with mode: 0644]
benchmarks/fastrnns/README.md [new file with mode: 0644]
benchmarks/fastrnns/__init__.py [new file with mode: 0644]
benchmarks/fastrnns/bench.py [new file with mode: 0644]
benchmarks/fastrnns/cells.py [new file with mode: 0644]
benchmarks/fastrnns/custom_lstms.py [new file with mode: 0644]
benchmarks/fastrnns/factory.py [new file with mode: 0644]
benchmarks/fastrnns/profile.py [new file with mode: 0644]
benchmarks/fastrnns/runner.py [new file with mode: 0644]
benchmarks/fastrnns/scratch.py [new file with mode: 0644]
benchmarks/fastrnns/test.py [new file with mode: 0644]