forked from OSchip/llvm-project
9cb10296ec
Summary: Fixed build of D81618 Add a pattern for expanding tanh op into exp form. A `tanh` is expanded into: 1) 1-exp^{-2x} / 1+exp^{-2x}, if x => 0 2) exp^{2x}-1 / exp^{2x}+1 , if x < 0. Differential Revision: https://reviews.llvm.org/D82040 |
||
---|---|---|
.. | ||
canonicalize-cf.mlir | ||
expand-atomic.mlir | ||
expand-tanh.mlir | ||
invalid.mlir | ||
ops.mlir |