You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/guide/intro_to_graphs.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@
76
76
"\n",
77
77
"Note: For those of you who are only familiar with TensorFlow 1.x, this guide demonstrates a very different view of graphs.\n",
78
78
"\n",
79
-
"**This is a big-picture overview that covers how `tf.function` allows you to switch from eager execution to graph execution.** For a more complete specification of `tf.function`, go to the [`tf.function` guide](function).\n"
79
+
"**This is a big-picture overview that covers how `tf.function` allows you to switch from eager execution to graph execution.** For a more complete specification of `tf.function`, go to the [`tf.function` guide](function.ipynb).\n"
80
80
]
81
81
},
82
82
{
@@ -843,7 +843,7 @@
843
843
"source": [
844
844
"## Next steps\n",
845
845
"\n",
846
-
"You can learn more about `tf.function` on the API reference page and by following the [Better performance with `tf.function`](function) guide."
846
+
"You can learn more about `tf.function` on the API reference page and by following the [Better performance with `tf.function`](function.ipynb) guide."
0 commit comments