We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eb9b9d + 979d748 commit 6d9db98Copy full SHA for 6d9db98
site/en/guide/tensor.ipynb
@@ -80,7 +80,7 @@
80
"id": "VQ3s2J8Vgowq"
81
},
82
"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",
+ "Tensors are multi-dimensional arrays with a uniform type (called a `dtype`). You can see all supported `dtypes` at `tf.dtypes`.\n",
84
"\n",
85
"If you're familiar with [NumPy](https://numpy.org/devdocs/user/quickstart.html){:.external}, tensors are (kind of) like `np.arrays`.\n",
86
0 commit comments