Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dstate_management.py120 def __init__(self, state_saving_interval=20, checkpoint_state=False): argument
138 self._checkpoint_state = checkpoint_state
/external/v8/src/compiler/
Djs-inlining-heuristic.cc477 Node* checkpoint_state = nullptr; in TryReuseDispatch() local
479 checkpoint_state = checkpoint->InputAt(0); in TryReuseDispatch()
480 if (!CollectFrameStateUniqueUses(callee, checkpoint_state, replaceable_uses, in TryReuseDispatch()
525 checkpoint_state, callee, target, in TryReuseDispatch()
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py1121 checkpoint_state = checkpoint_management.get_checkpoint_state(save_dir)
1122 self.assertEqual(checkpoint_state.model_checkpoint_path,
1124 self.assertEqual(checkpoint_state.all_model_checkpoint_paths,