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#chlopolygamma_chlopolygammaop for details.

Usage

infer_types_polygamma(n, x)

hlo_polygamma(n, x, output_types = NULL)

Arguments

n, x

(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