diff options
| -rw-r--r-- | mlir/g3doc/MLIRForGraphAlgorithms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/g3doc/MLIRForGraphAlgorithms.md b/mlir/g3doc/MLIRForGraphAlgorithms.md index a53fa0248db..d68c472f234 100644 --- a/mlir/g3doc/MLIRForGraphAlgorithms.md +++ b/mlir/g3doc/MLIRForGraphAlgorithms.md @@ -238,7 +238,7 @@ and use this information when available, but because TensorFlow graphs don't capture this (e.g. serialize it to proto), passes have to recompute it on demand with ShapeRefiner. -The [MLIR Tensor Type](g3doc/LangRef.md#tensor-type) directly captures shape +The [MLIR Tensor Type](LangRef.md#tensor-type) directly captures shape information, so you can have things like: ```mlir {.mlir} |

