TensorFlow2.0(1):基本数据结构—张量 2019-09-21 16:54 >>> a = tf.ones([1,3,1,2]) >>> a >>> tf.squeeze(a) https://www.cnblogs.com/chenhuabin/p/11561633.html