Beaver.MLIR.Operation (beaver v0.3.8)

This module defines functions working with MLIR Operation.

Summary

Types

@type t() :: %Beaver.MLIR.Operation{bag: term(), ref: term()}

Functions

Verify the op and dump it. It raises if the verification fails.

Link to this function

from_module(module)

See Beaver.MLIR.CAPI.mlirOperationGetLocation/1.

Link to this function

name(operation)

Link to this function

verify(op, opts \\ [debug: false])

Link to this function

verify!(op, opts \\ [debug: false])