From 70e3873e86ac578b86e29637a14e44c334be4944 Mon Sep 17 00:00:00 2001 From: Jacques Pienaar Date: Fri, 1 Feb 2019 15:31:24 -0800 Subject: [PATCH] Update link PiperOrigin-RevId: 232049075 --- mlir/g3doc/MLIRForGraphAlgorithms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/g3doc/MLIRForGraphAlgorithms.md b/mlir/g3doc/MLIRForGraphAlgorithms.md index a53fa0248db7..d68c472f2345 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}