I'm following this tensorflow tutorial.
This is a basic question but I want to make sure I fully understand it. Are tensor dimensions described as row x column.
In this line:
x = tf.placeholder(tf.float32, [None, 784])
Does this mean that there are 784 columns and any number of rows?
https://www.tensorflow.org/versions/r1.3/get_started/mnist/beginners