[mlir][python] NFC - Fix stale path in doc

Differential Revision: https://reviews.llvm.org/D99345
This commit is contained in:
Nicolas Vasilache 2021-03-25 15:08:09 +00:00
parent 4d478121f3
commit 69d01e0e40
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ this module). Loose module files can be specified via `--file <filepath>`.
Sample usage:
# Dump the YAML op definitions for the core named ops (as in the dialect
# source tree).
python -m mlir.tools.linalg_opdsl.dump_oplib .ops.core_named_ops
python -m mlir.dialects.linalg.opdsl.dump_oplib .ops.core_named_ops
Note: YAML output is emitted in "document list" format with each operation
as its own "document". Practically, this means that each operation (or group