Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/outreach/demos/eager_execution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@
"Tensors behave similarly to NumPy arrays, but they don't behave exactly the\n",
"same. \n",
"\n",
"For example, Tensors don't implement the equals operator in the natural\n",
"way."
"For example, the equals operator on Tensors compares objects. Use\n",
"`tf.equal` to compare values."
]
},
{
Expand Down