Searched refs:saved_path (Results 1 – 2 of 2) sorted by relevance
137 def restore_sys_path(self, saved_path): argument138 sys.path = saved_path[1]139 sys.path[:] = saved_path[2]
1071 saved_path = os.path.join(saved_dir, "ckpt")1101 actual_path = saver.save(sess, saved_path)1102 self.assertEqual(saved_path, actual_path)1132 saver.restore(sess, saved_path)