Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h98 mlirContextSetAllowUnregisteredDialects(MlirContext context, bool allow);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp40 void mlirContextSetAllowUnregisteredDialects(MlirContext context, bool allow) { in mlirContextSetAllowUnregisteredDialects() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2608 mlirContextSetAllowUnregisteredDialects(self.get(), value); in populateIRSubmodule()