tf.gather_nd和tf.gather的区别与联系
tf.gather_nd和tf.gather的区别与联系tf.gather_nd和tf.gather都是选择其中需要的部分组成一个新的矩阵。其中tf.gather(params,indices,axis=0.name=None)是选择相同维度的元素组成新的矩阵,params是待处理tensor,indices是一个1-D tensor表示对应轴上的索引,axis是指定维度,name是操作名字。...
原创
2019-12-16 19:17:14 ·
2729 阅读 ·
1 评论