Beaver.MLIR.Operation (beaver v0.2.6)

Link to this section Summary

Functions

Create a new operation from a operation state

Create a new operation from arguments and insert to managed insertion point

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

Link to this section Functions

Create a new operation from a operation state

Link to this function

create(op_name, op)

Create a new operation from arguments and insert to managed insertion point

Link to this function

create_and_append(ctx, op_name, arguments, block)

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

Link to this function

from_module(module)

Link to this function

name(operation)

Link to this function

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

Link to this function

verify(op, opts \\ [dump: false, dump_if_fail: false])