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