I am trying to merge in tf.keras . What is the equivalent.
model = tf.keras.Sequential() model.add(tf.keras.layers.Concatenate()([sentrnn, qrnn]))