aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/implicit_broadcast_remover.cc
Commit message (Collapse)AuthorAge
* Add reduce-precision to evaluator and add implicit broadcast remover pass.Gravatar Mark Heffernan2018-01-26
The reduce precision support is cribbed from the CPU/GPU LLVM-emitted implementation. The implicit broadcast pass removes any implicit broadcasts in the module replacing them with the equivalent explicit broadcast and reshape instructions. PiperOrigin-RevId: 183467648