I have an input to tensorflow of shape [None, 9, 2] (where the None is batch).
[None, 9, 2]
None
To perform further actions (e.g. matmul) on it I need to tra
flat_inputs = tf.layers.flatten(inputs)