MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _build_eager

Method _build_eager

tensorflow/python/training/saver.py:1054–1056  ·  view source on GitHub ↗
(self, checkpoint_path, build_save, build_restore)

Source from the content-addressed store, hash-verified

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."""

Callers 2

saveMethod · 0.95
restoreMethod · 0.95

Calls 1

_buildMethod · 0.95

Tested by

no test coverage detected