forked from OSchip/llvm-project
Include the generated documentation for list of ops in the TOSA dialect
This commit is contained in:
parent
4eb880439a
commit
60a95b0dd7
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue