I am using keras with functional API and I have a tensor that is X = (None, 2) tensor and I need to concatenate it with a Y = (None,7) tensor to get a (None,9) tensor. The p