Home
last modified time | relevance | path

Searched refs:mlirTypeIsAPythonTestTestType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/test/python/lib/
H A DPythonTestCAPI.h26 MLIR_CAPI_EXPORTED bool mlirTypeIsAPythonTestTestType(MlirType type);
H A DPythonTestCAPI.cpp25 bool mlirTypeIsAPythonTestTestType(MlirType type) { in mlirTypeIsAPythonTestTestType() function
H A DPythonTestModule.cpp36 mlir_type_subclass(m, "TestType", mlirTypeIsAPythonTestTestType) in PYBIND11_MODULE()