Skip to contents

A StableHLO module containing one or more Func objects. Modules allow defining multiple named functions, where functions can call each other using hlo_call.

Note: Module uses reference semantics like Func.

Usage

Module(funcs = list())

Arguments

funcs

(list() of Func)
The functions in the module.

Value

A Module object.