ParseNodeName fix.
authorJacques Pienaar <jpienaar@google.com>
Mon, 12 Feb 2018 17:28:47 +0000 (09:28 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 12 Feb 2018 17:32:35 +0000 (09:32 -0800)
commitac8e4fb7417920f48e4718fb6cf3ea605583b451
treea037701c8421f2e8c9401f3e9c87a7f338d767d9
parenta8f50991d941b76e32ec3ebe3b3b80f6781e5e58
ParseNodeName fix.

ParseNodeName was skipping ops that started with an underscore, leading to warnings that input of an op was undefined and stopping grappler optimizations from being run on the graph.

PiperOrigin-RevId: 185388749
tensorflow/core/grappler/utils.cc