[Mlir-commits] [mlir] 60a95b0 - Include the generated documentation for list of ops in the TOSA dialect
Mehdi Amini
llvmlistbot at llvm.org
Sat Nov 7 16:09:48 PST 2020
Author: Mehdi Amini
Date: 2020-11-08T00:09:35Z
New Revision: 60a95b0dd732d35de1e52b003cafd046b6e9968e
URL: https://github.com/llvm/llvm-project/commit/60a95b0dd732d35de1e52b003cafd046b6e9968e
DIFF: https://github.com/llvm/llvm-project/commit/60a95b0dd732d35de1e52b003cafd046b6e9968e.diff
LOG: Include the generated documentation for list of ops in the TOSA dialect
Added:
Modified:
mlir/docs/Dialects/TOSA.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/TOSA.md b/mlir/docs/Dialects/TOSA.md
index 2d165d13261b..e0d9eaf32818 100644
--- a/mlir/docs/Dialects/TOSA.md
+++ b/mlir/docs/Dialects/TOSA.md
@@ -1,4 +1,4 @@
-# TOSA Dialect
+# Tensor Operator Set Architecture (TOSA) Dialect
[TOC]
@@ -144,3 +144,7 @@ Maintaining the ability to overlap these
diff erent representations of
quantization parameters (i.e. tensor-carried vs op-carried) is an important
capability when considering progressive lowering between uses that expect one
scheme vs the other.
+
+## Operation definitions
+
+[include "Dialects/TosaOps.md"]
More information about the Mlir-commits
mailing list