Handle TransformGraph for cases where constant outputs where converted to vars.
If the graph has a constant output, it will get converted to a variable. While dumping graph_defs TransformGraph needs to be able to find that output. So we teach it to find the newly created variable.
Please register or sign in to comment