Add a helper function to re-assign colocation in a graph.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 5 Apr 2018 01:20:36 +0000 (18:20 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 5 Apr 2018 01:22:52 +0000 (18:22 -0700)
commit2194f66f0a905940327d05f2d63c1c7137e47574
treeb056f1a1b8ca9cfb386372169085993c6f18ef66
parent8abde65d3c7813a36082acfc341d22b0c5e76e02
Add a helper function to re-assign colocation in a graph.

PiperOrigin-RevId: 191679495
tensorflow/core/grappler/optimizers/BUILD
tensorflow/core/grappler/optimizers/meta_optimizer.cc
tensorflow/core/grappler/utils/BUILD
tensorflow/core/grappler/utils/colocation.cc [new file with mode: 0644]
tensorflow/core/grappler/utils/colocation.h [new file with mode: 0644]
tensorflow/core/grappler/utils/colocation_test.cc [new file with mode: 0644]