Searched refs:build_restore (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/training/ |
D | saver.py | 482 build_restore=True): argument 485 not build_restore): 508 if build_restore: 514 if build_restore: 848 self._build(self._filename, build_save=True, build_restore=True) 850 def _build_eager(self, checkpoint_path, build_save, build_restore): argument 852 checkpoint_path, build_save=build_save, build_restore=build_restore) 854 def _build(self, checkpoint_path, build_save, build_restore): argument 886 build_restore=build_restore) 1185 checkpoint_file, build_save=True, build_restore=False) [all …]
|