nlintz / TensorFlow-Tutorials

Simple tutorials using Google's TensorFlow Framework
6k stars 1.52k forks source link

tf.multiply ---> tf.mul #88

Open memoryjs opened 7 years ago

memoryjs commented 7 years ago

y = tf.multiply(a, b) # multiply the symbolic variables
can not be runed in my computer maybe y = tf.mul(a, b) # multiply the symbolic variables is better