Searched refs:_variable_creator_scope (Results 1 – 4 of 4) sorted by relevance
2856 …with ops.get_default_graph()._variable_creator_scope(variable_creator): # pylint: disable=protect…2926 …with ops.get_default_graph()._variable_creator_scope(variable_creator): # pylint: disable=protect…
686 with ops.get_default_graph()._variable_creator_scope( # pylint: disable=protected-access
672 …with default_graph._variable_creator_scope(scope, priority=50): # pylint: disable=protected-access
3224 def _variable_creator_scope(self, creator, priority=100): member in Graph