Reshape a Tensor tf.reshape(a,(1,4)).eval() -- output -- array([[ 0., 0., 0., 0.]], dtype=float32) Listing 2-7. Explicit Evaluation in TensorFlow and ...
確定! 回上一頁