Home
last modified time | relevance | path

Searched refs:should_save_summary (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator_test.py91 should_save_summary=None): argument
95 self.should_save_summary = should_save_summary
104 should_save_summary=None): argument
106 should_save_summary)
123 if self.extended.should_save_summary is None:
125 self.extended.should_save_summary = True
127 self.extended.should_save_summary = False
394 self.assertEqual(context.should_save_summary,
395 strategy.extended.should_save_summary)
407 context.should_save_summary)
Ddistribute_coordinator.py321 def should_save_summary(self): member in _WorkerContext
323 return self._strategy.extended.should_save_summary
Done_device_strategy.py461 def should_save_summary(self): member in OneDeviceExtended
Dparameter_server_strategy.py686 def should_save_summary(self): member in ParameterServerStrategyExtended
Ddistribute_lib.py2865 def should_save_summary(self): member in StrategyExtendedV1
3525 def should_save_summary(self): member in _DefaultDistributionExtended
Dcollective_all_reduce_strategy.py911 def should_save_summary(self): member in CollectiveAllReduceExtended
Dmirrored_strategy.py833 def should_save_summary(self): member in MirroredExtended
Dtpu_strategy.py1376 def should_save_summary(self): member in TPUExtended
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-strategy-extended.pbtxt27 name: "should_save_summary"
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py436 should_save_summary): argument
440 self.should_save_summary = should_save_summary
449 should_save_summary=None): argument
451 should_save_summary)
459 MockStrategy(should_save_summary=True), None, None, None)
480 MockStrategy(should_save_summary=False), None, None, None)
Dmonitored_session.py374 if worker_context.should_save_summary:
386 if worker_context.should_save_summary: