How to replace the default code for nn.conv2d at the target llvm

thanks for your repaly, I only want to replace the conv2d computation and remain others for x86cpu. I dont know how to regesiter my conv2d computation api to tvm,and when run the model that will call my computation api to do the work.