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

Method _create_slots

tensorflow/python/training/adadelta.py:67–70  ·  view source on GitHub ↗
(self, var_list)

Source from the content-addressed store, hash-verified

65 self._epsilon_t = None
66
67 def _create_slots(self, var_list):
68 for v in var_list:
69 self._zeros_slot(v, "accum", self._name)
70 self._zeros_slot(v, "accum_update", self._name)
71
72 def _prepare(self):
73 lr = self._call_if_callable(self._lr)

Callers

nothing calls this directly

Calls 1

_zeros_slotMethod · 0.80

Tested by

no test coverage detected