Searched refs:python_test (Results 1 – 7 of 7) sorted by relevance
14 MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(PythonTest, python_test, in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION() argument15 python_test::PythonTestDialect) in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION()18 return unwrap(attr).isa<python_test::TestAttrAttr>(); in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION()22 return wrap(python_test::TestAttrAttr::get(unwrap(context))); in mlirPythonTestTestAttributeGet()26 return unwrap(type).isa<python_test::TestTypeType>(); in mlirTypeIsAPythonTestTestType()30 return wrap(python_test::TestTypeType::get(unwrap(context))); in mlirPythonTestTestTypeGet()
25 namespace python_test { namespace
18 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(PythonTest, python_test);
18 let name = "python_test";19 let cppNamespace = "python_test";
4 import mlir.dialects.python_test as test
433 SOURCES dialects/python_test.py)439 -bind-dialect=python_test)
568 "-bind-dialect=python_test",583 "mlir/dialects/python_test.py",