Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator_test.py88 should_save_summary=None): argument
92 self.should_save_summary = should_save_summary
101 should_save_summary=None): argument
103 should_save_summary)
120 if self.extended.should_save_summary is None:
122 self.extended.should_save_summary = True
124 self.extended.should_save_summary = False
375 self.assertEqual(context.should_save_summary,
376 strategy.extended.should_save_summary)
388 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.py199 def should_save_summary(self): member in OneDeviceExtended
Dcollective_all_reduce_strategy.py466 def should_save_summary(self): member in CollectiveAllReduceExtended
Dparameter_server_strategy.py545 def should_save_summary(self): member in ParameterServerStrategyExtended
Dtpu_strategy.py570 def should_save_summary(self): member in TPUExtended
Ddistribute_lib.py1353 def should_save_summary(self): member in DistributionStrategyExtended
Dmirrored_strategy.py781 def should_save_summary(self): member in MirroredExtended
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.-strategy-extended.pbtxt26 name: "should_save_summary"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.-strategy-extended.pbtxt26 name: "should_save_summary"
/external/tensorflow/tensorflow/python/training/
Dmonitored_session_test.py390 should_save_summary): argument
394 self.should_save_summary = should_save_summary
403 should_save_summary=None): argument
405 should_save_summary)
413 MockStrategy(should_save_summary=True), None, None, None)
434 MockStrategy(should_save_summary=False), None, None, None)
Dmonitored_session.py357 if worker_context.should_save_summary:
369 if worker_context.should_save_summary: