Fix bug where name generated by Graph::NewName can conflict with generated Send node...
authorSkye Wanderman-Milne <skyewm@google.com>
Wed, 4 Apr 2018 00:57:08 +0000 (17:57 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 4 Apr 2018 01:01:18 +0000 (18:01 -0700)
commit6d05c781d71b09f10246b2d15039e1b1df899f62
tree85b53f716af866d7dc4cbd1c4c45ca3d137d2075
parentf5f7fdb28dd798c6e6b39ab5e55fd33a63ae8733
Fix bug where name generated by Graph::NewName can conflict with generated Send node name.

I fixed this very locally to avoid having to fix a bunch of tests
(this is currently blocking enabling the C API), but this should be
fixed more generally in the future.

PiperOrigin-RevId: 191528409
tensorflow/core/graph/quantize_training.cc