What is the use case of using "tensorflow.keras.layers.Add()([x1, x2])" instead of "x1 + x2"?

29 Views Asked by At

I looked but couldn't find the answer in docs, or anywhere else. Maybe I'm not correct about the functionality of Add().

0

There are 0 best solutions below