In broadcaster.cc send from the input tensor, not the output, since
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 11 May 2018 22:44:39 +0000 (15:44 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 11 May 2018 22:47:08 +0000 (15:47 -0700)
commit4ca7a9157863a6d57879c598cc370583d60018d3
tree6482d9ce64136645a36df5827acdae2f56ef8577
parent13b1b433c8e2f6fa2d4d88e6f55209571a15607a
In broadcaster.cc send from the input tensor, not the output, since
it may not have been forwarded.  Add non-forwarding cases to unittest.

PiperOrigin-RevId: 196320304
tensorflow/core/common_runtime/broadcaster.cc
tensorflow/core/common_runtime/broadcaster_test.cc