Home
last modified time | relevance | path

Searched refs:_create_non_slot_variable (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dadam.py131 self._create_non_slot_variable(
133 self._create_non_slot_variable(
Doptimizer.py811 def _create_non_slot_variable(self, initial_value, name, colocate_with): member in Optimizer