softmax = tf.nn.softmax([-1, 0., 1.]) softmax <tf.Tensor: shape=(3,), dtype=float32, numpy=array([0.09003057, 0.24472848, 0.66524094], dtype=float32)>
確定! 回上一頁