View Source EXLA.MLIR.Function (EXLA v0.7.2)

Representation of an MLIR Function or func.func type.

Summary

Functions

Returns a list of references to the function's positional arguments which can be used in MLIR operations.

Functions

Returns a list of references to the function's positional arguments which can be used in MLIR operations.

Link to this function

push_region(function, region)

View Source