Druckwert des Tensors
with tf.Session() as sess: print(product.eval())
Obnoxious Osprey
with tf.Session() as sess: print(product.eval())
#print the value of tensor
mytensor.item()