Beaver.MLIR.Context (beaver v0.3.6)
This module defines functions creating or destroying MLIR context.
Summary
Functions
Create a MLIR context. By default it registers and loads all dialects.
Types
Link to this type
context_option()
Functions
Link to this function
create(opts \\ [allow_unregistered: false, all_dialects: true])
@spec create(context_option()) :: t()
Create a MLIR context. By default it registers and loads all dialects.
Link to this function
destroy(ctx)
Link to this function