Home
last modified time | relevance | path

Searched refs:saved_path (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/libregrtest/
Dsave_env.py126 def restore_sys_path(self, saved_path): argument
127 sys.path = saved_path[1]
128 sys.path[:] = saved_path[2]
/external/python/cpython2/Lib/test/
Dregrtest.py1210 def restore_sys_path(self, saved_path): argument
1211 sys.path = saved_path[1]
1212 sys.path[:] = saved_path[2]
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py1005 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)