Origin tensor:
a = tf.constant([[1, 2, 3], [4, 5, 6], [7, 8, 9]])
I want tensor in this way:
result = [[1,2,3],[1,2,3],[1,2,3]