Daftar variabel dalam sesi tensorflow 1

for v in tf.get_default_graph().as_graph_def().node:
  print(v.name)
Lazy Lizard