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

Method _create_slots

tensorflow/python/training/momentum.py:80–82  ·  view source on GitHub ↗
(self, var_list)

Source from the content-addressed store, hash-verified

78 self._use_nesterov = use_nesterov
79
80 def _create_slots(self, var_list):
81 for v in var_list:
82 self._zeros_slot(v, "momentum", self._name)
83
84 def _prepare(self):
85 learning_rate = self._learning_rate

Callers

nothing calls this directly

Calls 1

_zeros_slotMethod · 0.80

Tested by

no test coverage detected