Beaver.MLIR.Operation (beaver v0.2.11)
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
Link to this function
create(state)
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)
Link to this function
dump!(op)
Verify the op and dump it. It raises if the verification fails.
Link to this function
dump(op)
Link to this function
from_module(module)
Link to this function
name(operation)
Link to this function
results(op)
Link to this function
verify!(op, opts \\ [dump: false, dump_if_fail: false])
Link to this function