How is torch::add is implemented?

Hi! Can anyone point to the source code of tensor addition. I found many math operations in BinaryOps.cpp but I haven’t found any add or add_ functions specified in native_functions.yaml. Also, it’s hard to say what auto generated functions point to: the sequence goes through dispatch to findOp that searches in some lookup table.

Thanks in advance !