HomeSort by relevance Sort by last modified time
    Searched refs:_create_non_slot_variable (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/training/
adam.py 122 self._create_non_slot_variable(initial_value=self._beta1,
125 self._create_non_slot_variable(initial_value=self._beta2,
optimizer.py 643 def _create_non_slot_variable(self, initial_value, name, colocate_with): member in class:Optimizer
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/
checkpointable_utils_test.py 85 def _create_non_slot_variable(self, initial_value, name, colocate_with): member in class:CheckpointableAdam
    [all...]

Completed in 61 milliseconds