Imagine I have a tensor. input_shape = [None, 28, 28, 1] x = tf.placeholder( tf.float32, input_shape, name='x'). and the result from tf.shape(x) is [4,].
確定! 回上一頁