Skip to content

kirin.dialects.vmath.stmts.atan2

← Module overview

classatan2source

kirin.dialects.vmath.stmts.atan2

Bases: ir.Statement

atan2 statement, wrapping the math.atan2 function

class atan2

Attributes

NameTypeDefaultDescription
name—'atan2'
traits—frozenset({ir.Pure(), lowering.FromPythonCall()})
yir.SSAValueinfo.argument(types.Float)
xir.SSAValueinfo.argument(ilist.IListType[types.Float, ListLen])
resultir.ResultValueinfo.result(ilist.IListType[types.Float, ListLen])