Update link

PiperOrigin-RevId: 232049075
This commit is contained in:
Jacques Pienaar 2019-02-01 15:31:24 -08:00 committed by jpienaar
parent f0d4e70f26
commit 70e3873e86
1 changed files with 1 additions and 1 deletions

View File

@ -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}