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

Method assign

tensorflow/python/distribute/values.py:1034–1036  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1032 return self._assign_func(f=assign_add_fn, *args, **kwargs)
1033
1034 def assign(self, *args, **kwargs):
1035 assign_fn = lambda var, *a, **kw: var.assign(*a, **kw)
1036 return self._assign_func(f=assign_fn, *args, **kwargs)
1037
1038 @property
1039 def aggregation(self):

Callers 15

reduce1_fnMethod · 0.45
reduce2_fnMethod · 0.45
increment_fnMethod · 0.45
multiply_fnMethod · 0.45
_model_fnMethod · 0.45
model_fnMethod · 0.45
updateMethod · 0.45
model_fnMethod · 0.45
_assign_on_deviceFunction · 0.45

Calls 1

_assign_funcMethod · 0.95

Tested by 11

reduce1_fnMethod · 0.36
reduce2_fnMethod · 0.36
increment_fnMethod · 0.36
multiply_fnMethod · 0.36
_model_fnMethod · 0.36
model_fnMethod · 0.36
updateMethod · 0.36
model_fnMethod · 0.36