aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/reduce_precision_insertion_test.cc
Commit message (Expand)AuthorAge
* [XLA] Replace HloComputation::ReplaceUsesOfInstruction with HloInstruction::R...Gravatar Justin Lebar2017-09-27
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* [XLA] Rip CheckFusionNode() out of instruction, and move it into the HLO veri...Gravatar A. Unique TensorFlower2017-09-06
* [XLA] Teach HloComputation::Reparent to properly handle reparenting into fusi...Gravatar A. Unique TensorFlower2017-08-30
* [XLA] Add reduce-precision-insertion pass options to address operation inputs.Gravatar A. Unique TensorFlower2017-08-28
* [XLA] Insert reduce-precision nodes inside tail of fusion nodes, and don't ad...Gravatar A. Unique TensorFlower2017-08-25
* [XLA] Refactor reduce-precision-insertion filters, add several more options.Gravatar A. Unique TensorFlower2017-08-24
* [XLA] Add ReducePrecisionInsertion pass.Gravatar A. Unique TensorFlower2017-07-06