Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h102 mlirContextGetAllowUnregisteredDialects(MlirContext context);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp44 bool mlirContextGetAllowUnregisteredDialects(MlirContext context) { in mlirContextGetAllowUnregisteredDialects() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2605 return mlirContextGetAllowUnregisteredDialects(self.get()); in populateIRSubmodule()