Include the generated documentation for list of ops in the TOSA dialect

This commit is contained in:
Mehdi Amini 2020-11-08 00:08:47 +00:00
parent 4eb880439a
commit 60a95b0dd7
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# TOSA Dialect
# Tensor Operator Set Architecture (TOSA) Dialect
[TOC]
@ -144,3 +144,7 @@ Maintaining the ability to overlap these different 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"]