标签: python tensorflow
答案 0 :(得分:1)
您可以使用tf.gather完成以下操作:
tf.gather
tensor2 = tf.gather(tensor1, [1, 4, 5], axis=1)