Beaver.MLIR.ConversionConfig (beaver v0.4.8)

Copy Markdown

An owning high-level wrapper for MLIR dialect conversion configuration.

Summary

Types

t()

@type t() :: %Beaver.MLIR.ConversionConfig{ref: term()}

Functions

create(opts \\ [])

@spec create(keyword()) :: t()

destroy(config)

@spec destroy(t()) :: :ok

See Beaver.MLIR.CAPI.mlirConversionConfigDestroy/1.

make(value)

with(opts \\ [], fun)

@spec with(
  keyword(),
  (t() -> result)
) :: result
when result: var