forked from OSchip/llvm-project
Update Ch-2.md
-- 406f1e8211f8f5017f44f46af750dec061e707a2 by Zhang <5205699+Naville@users.noreply.github.com>: Update Ch-2.md Closes tensorflow/mlir#93 PiperOrigin-RevId: 264392995
This commit is contained in:
parent
006fcce44a
commit
5c7fd5ff32
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue