Home
last modified time | relevance | path

Searched refs:_variable_creator_stack (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dmirrored_strategy.py68 g._variable_creator_stack = creator_stack # pylint: disable=protected-access
73 g._variable_creator_stack = creator_stack # pylint: disable=protected-access
954 …self._variable_creator_stack = self.graph._variable_creator_stack[:] # pylint: disable=protected…
977 self._variable_creator_stack), \
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py398 old_creator_stack = self._variable_creator_stack
399 self._variable_creator_stack = graph._variable_creator_stack
424 self._variable_creator_stack = old_creator_stack
Dops.py2850 old = self._variable_creator_stack
2856 self._thread_local._variable_creator_stack = new # pylint: disable=protected-access
2860 if self._thread_local._variable_creator_stack is not new: # pylint: disable=protected-access
2863 self._thread_local._variable_creator_stack = old # pylint: disable=protected-access
2868 def _variable_creator_stack(self): member in Graph
2870 self._thread_local._variable_creator_stack = [] # pylint: disable=protected-access
2889 return self._thread_local._variable_creator_stack # pylint: disable=protected-access
2891 @_variable_creator_stack.setter
2892 def _variable_creator_stack(self, variable_creator_stack): member in Graph
2893 …self._thread_local._variable_creator_stack = variable_creator_stack # pylint: disable=protected-a…
/external/tensorflow/tensorflow/python/ops/
Dvariables.py199 …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…
/external/tensorflow/tensorflow/python/training/
Doptimizer.py1215 … and not ops.get_default_graph()._variable_creator_stack): # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2.py1049 … and not ops.get_default_graph()._variable_creator_stack): # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py1728 old_creator_stack = graph._variable_creator_stack
1737 graph._variable_creator_stack = old_creator_stack