STT-tensorflow/tensorflow/python/distribute/coordinator
Rick Chao 1b40b53b31 PSv2: Only instantiate monitoring.ExponentialBuckets if enable_metrics is True.
This is to avoid a memory leak that's occurring in ExponentialBuckets.

Fixes #44192.

PiperOrigin-RevId: 340920893
Change-Id: I25acd8984c8df5bc63bf03208582b28ca1f64a35
2020-11-06 10:06:28 -08:00
..
BUILD Disable a few failing tests on py3.8 version 2020-10-21 19:31:09 -07:00
cluster_coordinator_mpr_test.py
cluster_coordinator_test.py PSv2: Provide a default single-replica strategy.reduce() implementation and add a test. 2020-10-21 18:44:51 -07:00
cluster_coordinator.py Change the docstrings of parameter_server_strategy_v2 and cluster coordinator to make them more accurate and more consistent with our tutorial. 2020-10-21 18:54:49 -07:00
fault_tolerance_test.py Use Unavailable error for non-existing server context since this indicates the remote server has restarted. 2020-10-21 17:32:30 -07:00
metric_utils_test.py
metric_utils.py PSv2: Only instantiate monitoring.ExponentialBuckets if enable_metrics is True. 2020-11-06 10:06:28 -08:00
utils.py