aboutsummaryrefslogtreecommitdiffhomepage
path: root/ACKNOWLEDGMENTS
diff options
context:
space:
mode:
authorGravatar David Majnemer <majnemer@google.com>2018-03-27 15:37:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-27 15:40:36 -0700
commit05ddf373980fae94a2c73cf93161332484e102fd (patch)
treeed60ae638764dc82047656dc49cf455b2b88ff3e /ACKNOWLEDGMENTS
parent9a0b91023d8444cd4691be10b36ce469ca08058d (diff)
[XLA] Fold reduce-window(convert(pad(X))) into reduce-window(convert(X))
ReduceWindow operations are done in higher precision to avoid accumulation error. Convert operations can find their way between a ReduceWindow and a Pad which can prevent a Pad from combining with a ReduceWindow. Fix this by looking past the Convert while also checking that the Convert'd Pad's init value is identical to the reduce-window value. PiperOrigin-RevId: 190686175
Diffstat (limited to 'ACKNOWLEDGMENTS')
0 files changed, 0 insertions, 0 deletions