Home
last modified time | relevance | path

Searched refs:python_test (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/test/python/lib/
H A DPythonTestCAPI.cpp14 MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(PythonTest, python_test, in MLIR_DEFINE_CAPI_DIALECT_REGISTRATION() argument
15 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()
H A DPythonTestDialect.cpp25 namespace python_test { namespace
H A DPythonTestCAPI.h18 MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(PythonTest, python_test);
/llvm-project-15.0.7/mlir/test/python/
H A Dpython_test_ops.td18 let name = "python_test";
19 let cppNamespace = "python_test";
/llvm-project-15.0.7/mlir/test/python/dialects/
H A Dpython_test.py4 import mlir.dialects.python_test as test
/llvm-project-15.0.7/mlir/python/
H A DCMakeLists.txt433 SOURCES dialects/python_test.py)
439 -bind-dialect=python_test)
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/python/
H A DBUILD.bazel568 "-bind-dialect=python_test",
583 "mlir/dialects/python_test.py",