Skip to content

Commit 0d8d364

Browse files
committed
Change numpy to NumPy
1 parent 9fe00ff commit 0d8d364

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/en/guide/ragged_tensor.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"id": "HNxF6_QKAzkl"
253253
},
254254
"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:"
256256
]
257257
},
258258
{
@@ -285,7 +285,7 @@
285285
"source": [
286286
"### Constructing a ragged tensor\n",
287287
"\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`:"
289289
]
290290
},
291291
{
@@ -825,7 +825,7 @@
825825
"source": [
826826
"#### Building Datasets with ragged tensors\n",
827827
"\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`:"
829829
]
830830
},
831831
{
@@ -1881,4 +1881,4 @@
18811881
},
18821882
"nbformat": 4,
18831883
"nbformat_minor": 0
1884-
}
1884+
}

0 commit comments

Comments
 (0)