hidet.ir.func

Classes:

IRModule([funcs, task, global_vars])

The intermediate representation of tensor programs.

class hidet.ir.func.IRModule(funcs=None, task=None, global_vars=None)[source]

The intermediate representation of tensor programs.

An IRModule contains one or more functions. It is the basic compilation unit of hidet.