Searched refs:python_test (Results 1 – 7 of 7) sorted by relevance
15 MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(PythonTest, python_test, in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION() argument16 python_test::PythonTestDialect) in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION()19 return llvm::isa<python_test::TestAttrAttr>(unwrap(attr)); in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION()23 return wrap(python_test::TestAttrAttr::get(unwrap(context))); in mlirPythonTestTestAttributeGet()27 return wrap(python_test::TestAttrAttr::getTypeID()); in mlirPythonTestTestAttributeGetTypeID()31 return llvm::isa<python_test::TestTypeType>(unwrap(type)); in mlirTypeIsAPythonTestTestType()35 return wrap(python_test::TestTypeType::get(unwrap(context))); in mlirPythonTestTestTypeGet()39 return wrap(python_test::TestTypeType::getTypeID()); in mlirPythonTestTestTypeGetTypeID()
25 namespace python_test { namespace
18 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(PythonTest, python_test);
17 let name = "python_test";18 let cppNamespace = "python_test";
7 import mlir.dialects.python_test as test52 # CHECK: python_test.attributed_op {60 # CHECK: python_test.attributed_op {72 # CHECK: python_test.attributed_op {79 # CHECK: python_test.attributed_op {86 # CHECK: python_test.attributed_op {163 # CHECK: python_test.attributes_op333 # CHECK: #python_test.test_attr336 # CHECK: python_test.custom_attributed_op {337 # CHECK: #python_test[all...]
711 dialects/python_test.py718 -bind-dialect=python_test)
782 "-bind-dialect=python_test",798 "mlir/dialects/python_test.py",