Searched refs:_variable_creator_stack (Results 1 – 8 of 8) sorted by relevance
114 g._variable_creator_stack = creator_stack # pylint: disable=protected-access119 g._variable_creator_stack = creator_stack # pylint: disable=protected-access347 …self._variable_creator_stack = self.graph._variable_creator_stack[:] # pylint: disable=protected-…377 self._variable_creator_stack), \
543 old_creator_stack = self._variable_creator_stack544 self._variable_creator_stack = graph._variable_creator_stack565 self._variable_creator_stack = old_creator_stack
3242 old = self._variable_creator_stack3248 self._thread_local._variable_creator_stack = new # pylint: disable=protected-access3252 if self._thread_local._variable_creator_stack is not new: # pylint: disable=protected-access3255 self._thread_local._variable_creator_stack = old # pylint: disable=protected-access3334 def _variable_creator_stack(self): member in Graph3336 self._thread_local._variable_creator_stack = [] # pylint: disable=protected-access3355 return self._thread_local._variable_creator_stack # pylint: disable=protected-access3357 @_variable_creator_stack.setter3358 def _variable_creator_stack(self, variable_creator_stack): member in Graph3359 …self._thread_local._variable_creator_stack = variable_creator_stack # pylint: disable=protected-a…
749 old_creator_stack = graph._variable_creator_stack758 graph._variable_creator_stack = old_creator_stack
204 …for _, getter in ops.get_default_graph()._variable_creator_stack: # pylint: disable=protected-acc…242 …for _, getter in ops.get_default_graph()._variable_creator_stack: # pylint: disable=protected-acc…
1308 … and not ops.get_default_graph()._variable_creator_stack): # pylint: disable=protected-access
1381 … and (not ops.get_default_graph()._variable_creator_stack or # pylint: disable=protected-access
1738 old_creator_stack = graph._variable_creator_stack1747 graph._variable_creator_stack = old_creator_stack