Skip to content

Commit 0c4f1bb

Browse files
Clarify some wording in the tf.Tensor guide.
PiperOrigin-RevId: 442656079
1 parent 75d9da6 commit 0c4f1bb

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
@@ -393,7 +393,7 @@
393393
"* **Shape**: The length (number of elements) of each of the axes of a tensor.\n",
394394
"* **Rank**: Number of tensor axes. A scalar has rank 0, a vector has rank 1, a matrix is rank 2.\n",
395395
"* **Axis** or **Dimension**: A particular dimension of a tensor.\n",
396-
"* **Size**: The total number of items in the tensor, the product shape vector.\n"
396+
"* **Size**: The total number of items in the tensor, the product of the shape vector's elements.\n"
397397
]
398398
},
399399
{

0 commit comments

Comments
 (0)