Where are the C++ functions for these operators?

Where is the c++ function for this “_make.add(lhs, rhs)”, for example

RELAY_REGISTER_BINARY_OP("add")

thinks a lot! and how about “_make.conv2d” 批注 2022-08-22 142315 i used (“conv2d”) as keyword but i can’t find it’s c++ function

Based on your screen shot it looks like you use VSCode editor. If so, take a look at FFI-Navigator extension that allows us to jump to c++ definitions from python files.

Even if its not VSCode, as long as the editor has an LSP client available, I think integrating into that shouldn’t be too hard (I’ve been able to set it up for my neovim setup).

thinks!!! i 'll have a try