665
1234
6670
xdtech
tensor_1 = tf.constant([x for x in range(1,10)])with tf.Session() as sess: print(tensor_1.eval())
tensor_1 = tf.constant([x for x in range(1,10)])
with tf.Session() as sess: print(tensor_1.eval())
print的结果:[1 2 3 4 5 6 7 8 9]
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页