I am new to TensorFlow and currently writing my first CNN using the library. Previously I have used keras and to check the output dimensions of layers used the model.summary() function. How do I check the output dimensions of layers in TensorFlow ? This is my model :I am new to TensorFlow and currently writing my