Remove legacy way of exposing caffe2 operators to PyTorch (#17742)
authorSebastian Messmer <messmer@fb.com>
Fri, 8 Mar 2019 18:19:49 +0000 (10:19 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 8 Mar 2019 18:22:41 +0000 (10:22 -0800)
commit7f7d12854d28dfeb8140cd8bdcd6a08ae7d28158
tree266bf68f673acf226765b9facd099e250984cf7e
parentb132f0f1e7874863d37b5192798c6525998a6778
Remove legacy way of exposing caffe2 operators to PyTorch (#17742)

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

This path isn't used anymore, and is incompatible with the changes stacked on top of this diff.
Removing it.
cc bwasti to check and confirm these can really be deleted

Reviewed By: ezyang

Differential Revision: D14362426

fbshipit-source-id: 32cdc19f28c2a981ae1e204901420998367ee588
caffe2/core/operator.cc
caffe2/core/operator.h
caffe2/core/operator_test.cc
tools/build_variables.py
torch/CMakeLists.txt
torch/csrc/jit/caffe2_operator.cpp [deleted file]
torch/csrc/jit/caffe2_operator.h [deleted file]
torch/csrc/jit/custom_operator.h
torch/csrc/jit/register_caffe2_ops.cpp [deleted file]