Beaver.MLIR.ExternalPass (beaver v0.2.7)

Link to this section Summary

Functions

Lower level API to work with MLIR's external pass (pass defined in C). Use Beaver.MLIR.Pass for idiomatic Erlang behavior.

Create a pass by passing a callback module

Link to this section Functions

Link to this function

%Beaver.MLIR.ExternalPass{}

(struct)

Lower level API to work with MLIR's external pass (pass defined in C). Use Beaver.MLIR.Pass for idiomatic Erlang behavior.

Link to this function

create(pass_module, op_name \\ "")

Create a pass by passing a callback module