Unverified Commit e52a22c9 authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #3815 from allenlavoie/master

Eager colab: make the "not like numpy" statement slightly more useful.
parents b806805b 44e13205
...@@ -191,8 +191,8 @@ ...@@ -191,8 +191,8 @@
"Tensors behave similarly to NumPy arrays, but they don't behave exactly the\n", "Tensors behave similarly to NumPy arrays, but they don't behave exactly the\n",
"same. \n", "same. \n",
"\n", "\n",
"For example, Tensors don't implement the equals operator in the natural\n", "For example, the equals operator on Tensors compares objects. Use\n",
"way." "`tf.equal` to compare values."
] ]
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment