How to tile a tensor in this way? (Tensorflow)

后端 未结 0 607
执笔经年
执笔经年 2021-01-03 20:36

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]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题