diff options
| author | Zhang <5205699+Naville@users.noreply.github.com> | 2019-08-20 08:53:02 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-08-20 08:53:27 -0700 |
| commit | 5c7fd5ff32591ed3dee15257238002e676563069 (patch) | |
| tree | 236f1e7f07ff5f3e4924383705904cda690c7eff /mlir | |
| parent | 006fcce44a2560c9a12e82c99a494971e5b1d7be (diff) | |
| download | bcm5719-llvm-5c7fd5ff32591ed3dee15257238002e676563069.tar.gz bcm5719-llvm-5c7fd5ff32591ed3dee15257238002e676563069.zip | |
Update Ch-2.md
--
406f1e8211f8f5017f44f46af750dec061e707a2 by Zhang <5205699+Naville@users.noreply.github.com>:
Update Ch-2.md
Closes tensorflow/mlir#93
PiperOrigin-RevId: 264392995
Diffstat (limited to 'mlir')
| -rwxr-xr-x | mlir/g3doc/Tutorials/Toy/Ch-2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/g3doc/Tutorials/Toy/Ch-2.md b/mlir/g3doc/Tutorials/Toy/Ch-2.md index f19ee188714..cfde2a767f0 100755 --- a/mlir/g3doc/Tutorials/Toy/Ch-2.md +++ b/mlir/g3doc/Tutorials/Toy/Ch-2.md @@ -25,7 +25,7 @@ terminology) or types. ## MLIR Module, Functions, Blocks, and Operations -[Language reference](LangRef.md#operations) +[Language reference](../../LangRef.md#operations) In MLIR (like in LLVM), the top level structure for the IR is a Module (equivalent to a translation unit in C/C++). A module contains a list of |

