R/module.R
Module.Rd
A StableHLO module containing one or more Func objects. Modules allow defining multiple named functions, where functions can call each other using hlo_call.
Func
hlo_call
Note: Module uses reference semantics like Func.
Module(funcs = list())
(list() of Func) The functions in the module.
list()
A Module object.
Module