Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops.py572 agg_small_grads_max_bytes=1048576, argument
586 if agg_small_grads_max_bytes <= 0 or agg_small_grads_max_group <= 0:
589 self.agg_small_grads_max_bytes = agg_small_grads_max_bytes
594 if (self.agg_small_grads_max_bytes > 0 and
598 max_bytes=self.agg_small_grads_max_bytes,
610 agg_small_grads_max_bytes=0, argument
616 elif agg_small_grads_max_bytes > 0 and agg_small_grads_max_group > 0:
617 tensor_packer = _AggregateSmallTensorPacker(agg_small_grads_max_bytes,
639 agg_small_grads_max_bytes=0, argument
662 self._agg_small_grads_max_bytes = agg_small_grads_max_bytes
[all …]