Searched refs:saved_path (Results 1 – 3 of 3) sorted by relevance
126 def restore_sys_path(self, saved_path): argument127 sys.path = saved_path[1]128 sys.path[:] = saved_path[2]
1210 def restore_sys_path(self, saved_path): argument1211 sys.path = saved_path[1]1212 sys.path[:] = saved_path[2]
1005 saved_path = os.path.join(saved_dir, "ckpt")1035 actual_path = saver.save(sess, saved_path)1036 self.assertEqual(saved_path, actual_path)1066 saver.restore(sess, saved_path)