Delete batch tensor (#18575)
authorElias Ellison <eellison@fb.com>
Fri, 29 Mar 2019 06:07:45 +0000 (23:07 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 29 Mar 2019 06:13:27 +0000 (23:13 -0700)
commitff4b6d1a49695d8bf3b3ef01630a56d701d71ec3
treec0bebcd12d0b15b15322a372b1a71f53a58c6285
parentb1a0233ee44b7e66c2a23d8e3888f90e0cf9babb
Delete batch tensor (#18575)

Summary:
Deleting batch tensor since we are no longer maintaining the project and keeping it functional is blocking other improvements.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18575

Differential Revision: D14671126

Pulled By: eellison

fbshipit-source-id: b42d5b699c4d12171ed95e6d3a977532167f0d2c
test/test_docs_coverage.py
test/test_jit.py
torch/CMakeLists.txt
torch/csrc/jit/batched/BatchTensor.cpp [deleted file]
torch/csrc/jit/batched/BatchTensor.h [deleted file]
torch/csrc/jit/init.cpp
torch/csrc/jit/passes/to_batch.cpp [deleted file]
torch/csrc/jit/passes/to_batch.h [deleted file]
torch/csrc/jit/script/init.cpp
torch/jit/__init__.py
torch/jit/batchop.py [deleted file]