def shutdown_system(name = None)
关闭所有Device,和initialize_system配合使用。
参数名
输入/输出
描述
name
输入
算子名称。
返回一个op,供用户通过sess.run(op)完成设备关闭。