In keras say you have
layer1
and
layer2
You want to add these two layers, and you have to use Add from keras.layers.merge and you can't use the functional api.
Add doesn't take any inputs, so I don't see how it can possibly help in setting up the graph. I'm using keras 2.06.