I would like to create my own operations to merge networks. So I've taken a look to the code, and I modified engine/topology.py
to create my new operation.
I didn't modified layers/wrappers.py
because it's only for RNN and when I modify it I get an error.
Are there other files/classes to modify? Don't I have to do something else somewhere else to specify what to do during the backward pass?