Skip to contents

This op is from the CHLO dialect, a higher-level companion to stableHLO that is lowered to stableHLO during compilation. See https://openxla.org/stablehlo/generated/chlo#chlosinh_chlosinhop for details.

Usage

infer_types_sinh(operand)

hlo_sinh(operand, output_types = NULL)

Arguments

operand

(FuncValue)

output_types

(list() of ValueType | NULL)
Output types known ahead of time (e.g. from type inference at trace time). When provided, type inference and its input validation are skipped.

Value

FuncValue