Beaver.MLIR.Context (beaver v0.3.5)
This module defines functions creating or destroying MLIR context.
Summary
Functions
create a MLIR context, it registers all dialects by default
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, it registers all dialects by default
Link to this function
destroy(ctx)
Link to this function