Skip to content

bloqade.squin.analysis.schedule.FuncImpl

← Module overview

classFuncImplsource

bloqade.squin.analysis.schedule.FuncImpl

Bases: interp.MethodTable

class FuncImpl

methodinvokesource

bloqade.squin.analysis.schedule.FuncImpl.invoke

Signature
def invoke(interp: DagScheduleAnalysis, frame: ForwardFrame, stmt: func.Invoke | func.Call)

Parameters

NameTypeDescription
interpDagScheduleAnalysis
frameForwardFrame
stmtfunc.Invoke | func.Call
source