tensorflow 菜鸟日记

如果有一列tensor,我想横向复制,怎么办?

a = np.array([[1], [2], [3]])
b = np.tile(a, [1, 3])
posted @ 2018-01-04 16:46  一条图图犬  阅读(133)  评论(0编辑  收藏  举报