commit | bc56db83dfd36880f3ba206aa8c438ebf9e3a49b | [log] [tgz] |
---|---|---|
author | MLIR Team <no-reply@google.com> | Wed Mar 27 16:16:15 2019 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 17:48:44 2019 -0700 |
tree | 1f758177aeaa70e262ef38f52ad6727300037f78 | |
parent | 57715406b8fa34cb86f0eb4697cdba69310ab500 [diff] |
Small edit for clarity. ("Zero dimensions" reads to me as "rank of zero.") PiperOrigin-RevId: 240664300
diff --git a/g3doc/LangRef.md b/g3doc/LangRef.md index 13ab016..c8a4373 100644 --- a/g3doc/LangRef.md +++ b/g3doc/LangRef.md
@@ -697,7 +697,7 @@ // Tensor with rank zero. Represents a scalar. tensor<f32> -// Zero dimensions. +// Zero-element dimensions are allowed. tensor<0 x 42 x f32> // Zero-element tensor of f32 type (hexadecimal literals not allowed here).