[Tensorflow] Correct way to write summary when using multiple graphs
https://www.tensorflow.org/programmers_guide/summaries_and_tensorboard This official sample illustrates how to write summary of tensorflow. But when you're using more then two graphs, you should provide graph key to specify which tensor goes into which graph, like: