Skip to content

Commit 6d9db98

Browse files
Merge pull request #2282 from bmolynea-google:patch-1
PiperOrigin-RevId: 577082627
2 parents 9eb9b9d + 979d748 commit 6d9db98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/tensor.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"id": "VQ3s2J8Vgowq"
8181
},
8282
"source": [
83-
"Tensors are multi-dimensional arrays with a uniform type (called a `dtype`). You can see all supported `dtypes` at `tf.dtypes.DType`.\n",
83+
"Tensors are multi-dimensional arrays with a uniform type (called a `dtype`). You can see all supported `dtypes` at `tf.dtypes`.\n",
8484
"\n",
8585
"If you're familiar with [NumPy](https://numpy.org/devdocs/user/quickstart.html){:.external}, tensors are (kind of) like `np.arrays`.\n",
8686
"\n",

0 commit comments

Comments
 (0)