Home
last modified time | relevance | path

Searched refs:should_checkpoint (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator_test.py87 should_checkpoint=None, argument
91 self.should_checkpoint = should_checkpoint
100 should_checkpoint=None, argument
102 self.extended = MockExtended(between_graph, should_init, should_checkpoint,
115 if self.extended.should_checkpoint is None:
117 self.extended.should_checkpoint = True
119 self.extended.should_checkpoint = False
373 self.assertEqual(context.should_checkpoint,
374 strategy.extended.should_checkpoint)
387 context.should_checkpoint,
Ddistribute_coordinator.py316 def should_checkpoint(self): member in _WorkerContext
318 return self._strategy.extended.should_checkpoint
Done_device_strategy.py195 def should_checkpoint(self): member in OneDeviceExtended
Dcollective_all_reduce_strategy.py462 def should_checkpoint(self): member in CollectiveAllReduceExtended
Dparameter_server_strategy.py541 def should_checkpoint(self): member in ParameterServerStrategyExtended
Dtpu_strategy.py566 def should_checkpoint(self): member in TPUExtended
Ddistribute_lib.py1348 def should_checkpoint(self): member in DistributionStrategyExtended
Dmirrored_strategy.py777 def should_checkpoint(self): member in MirroredExtended
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-strategy-extended.pbtxt22 name: "should_checkpoint"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.-strategy-extended.pbtxt22 name: "should_checkpoint"
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py389 def __init__(self, between_graph, should_init, should_checkpoint, argument
393 self.should_checkpoint = should_checkpoint
402 should_checkpoint=None, argument
404 self.extended = MockExtended(between_graph, should_init, should_checkpoint,
454 MockStrategy(should_checkpoint=True), None, None, None)
474 MockStrategy(should_checkpoint=False), None, None, None)
Dmonitored_session.py387 if worker_context.should_checkpoint: