Searched refs:_variable_creator_stack (Results 1 – 7 of 7) sorted by relevance
68 g._variable_creator_stack = creator_stack # pylint: disable=protected-access73 g._variable_creator_stack = creator_stack # pylint: disable=protected-access954 …self._variable_creator_stack = self.graph._variable_creator_stack[:] # pylint: disable=protected…977 self._variable_creator_stack), \
398 old_creator_stack = self._variable_creator_stack399 self._variable_creator_stack = graph._variable_creator_stack424 self._variable_creator_stack = old_creator_stack
2850 old = self._variable_creator_stack2856 self._thread_local._variable_creator_stack = new # pylint: disable=protected-access2860 if self._thread_local._variable_creator_stack is not new: # pylint: disable=protected-access2863 self._thread_local._variable_creator_stack = old # pylint: disable=protected-access2868 def _variable_creator_stack(self): member in Graph2870 self._thread_local._variable_creator_stack = [] # pylint: disable=protected-access2889 return self._thread_local._variable_creator_stack # pylint: disable=protected-access2891 @_variable_creator_stack.setter2892 def _variable_creator_stack(self, variable_creator_stack): member in Graph2893 …self._thread_local._variable_creator_stack = variable_creator_stack # pylint: disable=protected-a…
199 …for _, getter in ops.get_default_graph()._variable_creator_stack: # pylint: disable=protected-acc…237 …for _, getter in ops.get_default_graph()._variable_creator_stack: # pylint: disable=protected-acc…
1215 … and not ops.get_default_graph()._variable_creator_stack): # pylint: disable=protected-access
1049 … and not ops.get_default_graph()._variable_creator_stack): # pylint: disable=protected-access
1728 old_creator_stack = graph._variable_creator_stack1737 graph._variable_creator_stack = old_creator_stack