input1 = tf.ones((2, 3)) input2 = tf.reshape(tf.range(1, 7, dtype=tf.float32), (2, 3)) output = input1 + input2 with tf.Session() : result = output.eval()
from tensorflow.python.client import device_lib device_lib.list_local_devices()
tensorboard --logdir=/tmp/tflearn_logs
TensorFlow
https://www.tensorflow.org/