kirin.dialects.vmath.stmts.atan2
← Module overview
class
classatan2¶source
kirin.dialects.vmath.stmts.atan2
Bases: ir.Statement
atan2 statement, wrapping the math.atan2 function
class atan2Attributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'atan2' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
y | ir.SSAValue | info.argument(types.Float) | |
x | ir.SSAValue | info.argument(ilist.IListType[types.Float, ListLen]) | |
result | ir.ResultValue | info.result(ilist.IListType[types.Float, ListLen]) |