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/ragged_tensor.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@
252
252
"id": "HNxF6_QKAzkl"
253
253
},
254
254
"source": [
255
-
"Ragged tensors can be converted to nested Python `list`s and numpy `array`s:"
255
+
"Ragged tensors can be converted to nested Python `list`s and NumPy `array`s:"
256
256
]
257
257
},
258
258
{
@@ -285,7 +285,7 @@
285
285
"source": [
286
286
"### Constructing a ragged tensor\n",
287
287
"\n",
288
-
"The simplest way to construct a ragged tensor is using `tf.ragged.constant`, which builds the `RaggedTensor` corresponding to a given nested Python `list` or numpy `array`:"
288
+
"The simplest way to construct a ragged tensor is using `tf.ragged.constant`, which builds the `RaggedTensor` corresponding to a given nested Python `list` or NumPy `array`:"
289
289
]
290
290
},
291
291
{
@@ -825,7 +825,7 @@
825
825
"source": [
826
826
"#### Building Datasets with ragged tensors\n",
827
827
"\n",
828
-
"Datasets can be built from ragged tensors using the same methods that are used to build them from `tf.Tensor`s or numpy `array`s, such as `Dataset.from_tensor_slices`:"
828
+
"Datasets can be built from ragged tensors using the same methods that are used to build them from `tf.Tensor`s or NumPy `array`s, such as `Dataset.from_tensor_slices`:"
0 commit comments