mlir._mlir_libs¶
Submodules¶
Attributes¶
Functions¶
|
Gets the lib directory for linking to shared libraries. |
|
Gets the include directory for compiling against exported C libraries. |
|
|
Package Contents¶
- mlir._mlir_libs._this_dir¶
- mlir._mlir_libs.get_lib_dirs() Sequence[str]¶
Gets the lib directory for linking to shared libraries.
On some platforms, the package may need to be built specially to export development libraries.
- mlir._mlir_libs.get_include_dirs() Sequence[str]¶
Gets the include directory for compiling against exported C libraries.
Depending on how the package was build, development C libraries may or may not be present.
- mlir._mlir_libs._dialect_registry = None¶
- mlir._mlir_libs._load_on_create_dialects = None¶
- mlir._mlir_libs.get_dialect_registry()¶
- mlir._mlir_libs.append_load_on_create_dialect(dialect: str)¶
- mlir._mlir_libs.get_load_on_create_dialects()¶
- mlir._mlir_libs._site_initialize()¶