kirin.dialects.math.stmts.asinh
← Module overview
class
classasinh¶source
kirin.dialects.math.stmts.asinh
Bases: ir.Statement
asinh statement, wrapping the math.asinh function
class asinhAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'asinh' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
x | ir.SSAValue | info.argument(types.Float) | |
result | ir.ResultValue | info.result(types.Float) |