caffe2_cpp_tutorial icon indicating copy to clipboard operation
caffe2_cpp_tutorial copied to clipboard

could you please provide a tutorial for how to create a new operator?

Open liuliu66 opened this issue 7 years ago • 0 comments

I found that many operators that are already implemented in other DL framework pytorch, caffe...but dont know how to transfer the code into caffe2. for example, i need to use deformable convnet but caffe2 cannot support. do you know how to write the c++ file for these new operators like .cc, cu, .h?

liuliu66 avatar Nov 23 '18 06:11 liuliu66