Searched refs:mlirTypeIsAPythonTestTestType (Results 1 – 3 of 3) sorted by relevance
26 MLIR_CAPI_EXPORTED bool mlirTypeIsAPythonTestTestType(MlirType type);
25 bool mlirTypeIsAPythonTestTestType(MlirType type) { in mlirTypeIsAPythonTestTestType() function
36 mlir_type_subclass(m, "TestType", mlirTypeIsAPythonTestTestType) in PYBIND11_MODULE()