xref: /llvm-project/mlir/test/python/dialects/tosa.py (revision 96aa0a4115bc89a6d63e0245559ac8204bf5b9ac)
1# RUN: %PYTHON %s
2
3from mlir.ir import *
4import mlir.dialects.tosa as tosa
5
6
7# Just make sure the dialect is populated with generated ops.
8assert tosa.AddOp
9