[XLA:GPU] Convert FusionMergerTest to use module strings.
authorJustin Lebar <jlebar@google.com>
Fri, 9 Mar 2018 18:30:25 +0000 (10:30 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 9 Mar 2018 18:34:40 +0000 (10:34 -0800)
commit58d5fa05a67b65979708f541336c2c11bfed978e
tree2bbb734a544c75e4a691edd05d6251d9b2f888a1
parent48fc3bc388b09c67482db9751b6eab1d89ae140e
[XLA:GPU] Convert FusionMergerTest to use module strings.

This is a nice cleanup, but it also makes this a proper unit test -- the
module strings we use are post fusion.  (Without module strings, fusion
computations are a real pain to create.)

PiperOrigin-RevId: 188502642
tensorflow/compiler/xla/service/gpu/fusion_merger_test.cc