(self, checkpoint_path, build_save, build_restore)
| 1052 | self._build(self._filename, build_save=True, build_restore=True) |
| 1053 | |
| 1054 | def _build_eager(self, checkpoint_path, build_save, build_restore): |
| 1055 | self._build( |
| 1056 | checkpoint_path, build_save=build_save, build_restore=build_restore) |
| 1057 | |
| 1058 | def _build(self, checkpoint_path, build_save, build_restore): |
| 1059 | """Builds saver_def.""" |