Skip to content

Commit

Permalink
tf.mul -> tf.multiply (aymericdamien#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
orcaman authored and aymericdamien committed May 4, 2017
1 parent bc09f95 commit 8ca1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/2_BasicModels/linear_regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"outputs": [],
"source": [
"# Construct a linear model\n",
"pred = tf.add(tf.mul(X, W), b)"
"pred = tf.add(tf.multiply(X, W), b)"
]
},
{
Expand Down

0 comments on commit 8ca1338

Please sign in to comment.