yuanshao
Siryuanshao 6 years ago
parent 9ebe92cd80
commit 0b0c2e1ced

@ -0,0 +1,6 @@
import tensorflow as tf
import numpy as np
with tf.Session() as sess:
output = sess.run(tf.constant(hello World))
print(output)
Loading…
Cancel
Save