MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / group

Method group

tensorflow/python/distribute/distribute_lib.py:907–909  ·  view source on GitHub ↗

Shortcut for `tf.group(self.experimental_local_results(value))`.

(self, value, name=None)

Source from the content-addressed store, hash-verified

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):

Callers 15

__init__Method · 0.45
_model_fnMethod · 0.45
bodyMethod · 0.45
evaluateMethod · 0.45
_initializerMethod · 0.45
beginMethod · 0.45
initializerMethod · 0.45
restoreMethod · 0.45
assign_subMethod · 0.45
assign_addMethod · 0.45
assignMethod · 0.45

Calls 1

_groupMethod · 0.80

Tested by 14

_model_fnMethod · 0.36
bodyMethod · 0.36
_test_input_iterationMethod · 0.36
step_fnMethod · 0.36
_test_metricMethod · 0.36
_test_complex_modelMethod · 0.36
model_fnMethod · 0.36