Where can I find `torch.ops.quantized.add`'s c++ code?

I want to know what happened when I call torch.ops.quantized.add API, but I have no idea where the corresponding c++ code is?

Hi @Jonson , you can find the code for quantized add here: pytorch/qadd.cpp at master · pytorch/pytorch · GitHub

1 Like