plug caffe2 into jit" (#16388)
authorBram Wasti <bwasti@fb.com>
Sat, 26 Jan 2019 00:45:34 +0000 (16:45 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 26 Jan 2019 00:52:32 +0000 (16:52 -0800)
commit13fde345fb8ab4ca792c58185d387c8c849ea1ee
tree07824c801e91a93cf6eda466e814621b78f538b9
parent41acbb3b6b599557bd9267985616998e23fb560c
plug caffe2 into jit" (#16388)

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

previous diff broke master -- this refactors out the custom_operator.cpp file into a separate header + cpp pair (caffe2_operator.{h,cpp})

Reviewed By: smessmer

Differential Revision: D13823550

fbshipit-source-id: 00e005e650336132d05aef97c1f0e5242ccad5ba
caffe2/core/operator.cc
caffe2/core/operator.h
tools/build_variables.py
torch/CMakeLists.txt
torch/csrc/jit/caffe2_operator.cpp [new file with mode: 0644]
torch/csrc/jit/caffe2_operator.h [new file with mode: 0644]
torch/csrc/jit/custom_operator.h
torch/csrc/jit/register_caffe2_ops.cpp [new file with mode: 0644]