Beaver.MLIR.Operation (beaver v0.2.19)
This module defines functions working with MLIR Operation.
Link to this section Summary
Functions
Verify the op and dump it. It raises if the verification fails.
Link to this section Types
Link to this section Functions
Link to this function
dump(op)
Link to this function
dump!(op)
Verify the op and dump it. It raises if the verification fails.
Link to this function
from_module(module)
Link to this function
make(value)
Link to this function
name(operation)
Link to this function
results(op)
Link to this function
verify(op, opts \\ [debug: false])
Link to this function