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