... tf.random.normal(shape=[100,100]) numpy = np.random.rand(100,100) print(tensor.shape) print(numpy.shape) tensor2 = tf.reshape(tensor, ...
確定! 回上一頁