裏で Protocol Buffer が作られてる (proto であるということはシリアライズできて便利)
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/graph.proto
さっきの tf.matmul をダンプした例
node { name: "result" op: "MatMul" input: "a/read" input: "b/read" ... }