[MLIR][KernelGen] Add `tf.Polygamma` kernel
PiperOrigin-RevId: 362002943
This commit is contained in:
parent
218476128e
commit
507d9fb61d
|
@ -58,7 +58,7 @@ namespace {
|
||||||
sep fn(SinhOp) sep fn(TanOp)
|
sep fn(SinhOp) sep fn(TanOp)
|
||||||
|
|
||||||
// TODO(herhut): Generate these out of op definitions.
|
// TODO(herhut): Generate these out of op definitions.
|
||||||
#define MAP_CHLO_OPERATION_CWISE_BINARY(fn, sep) fn(ZetaOp)
|
#define MAP_CHLO_OPERATION_CWISE_BINARY(fn, sep) fn(PolygammaOp) sep fn(ZetaOp)
|
||||||
|
|
||||||
template <typename OpTy>
|
template <typename OpTy>
|
||||||
inline void AddLegalOpOnRankedTensor(ConversionTarget *target) {
|
inline void AddLegalOpOnRankedTensor(ConversionTarget *target) {
|
||||||
|
|
Loading…
Reference in New Issue