Shortcut for `tf.group(self.experimental_local_results(value))`.
(self, value, name=None)
| 905 | |
| 906 | @doc_controls.do_not_doc_inheritable # DEPRECATED: TF v1.x only |
| 907 | def group(self, value, name=None): |
| 908 | """Shortcut for `tf.group(self.experimental_local_results(value))`.""" |
| 909 | return self._extended._group(value, name) # pylint: disable=protected-access |
| 910 | |
| 911 | @property |
| 912 | def num_replicas_in_sync(self): |