Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/opt/python/training/
Dagn_optimizer.py155 def _variable_creator(next_creator, collections, **kwargs): function
165 with variable_scope.variable_creator_scope(_variable_creator):
/external/tensorflow/tensorflow/python/keras/layers/
Dcore.py774 with variable_scope.variable_creator_scope(self._variable_creator):
777 def _variable_creator(self, next_creator, **kwargs): member in Lambda