caffe2_cpp_tutorial
caffe2_cpp_tutorial copied to clipboard
could you please provide a tutorial for how to create a new operator?
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?