📜  在会话 tensorflow 1 中列出变量 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:38.783000             🧑  作者: Mango

代码示例1
for v in tf.get_default_graph().as_graph_def().node:
  print(v.name)