Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dmirrored_run.py114 g._variable_creator_stack = creator_stack # pylint: disable=protected-access
119 g._variable_creator_stack = creator_stack # pylint: disable=protected-access
347 …self._variable_creator_stack = self.graph._variable_creator_stack[:] # pylint: disable=protected-…
377 self._variable_creator_stack), \
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py543 old_creator_stack = self._variable_creator_stack
544 self._variable_creator_stack = graph._variable_creator_stack
565 self._variable_creator_stack = old_creator_stack
H A Dops.py3242 old = self._variable_creator_stack
3248 self._thread_local._variable_creator_stack = new # pylint: disable=protected-access
3252 if self._thread_local._variable_creator_stack is not new: # pylint: disable=protected-access
3255 self._thread_local._variable_creator_stack = old # pylint: disable=protected-access
3334 def _variable_creator_stack(self): member in Graph
3336 self._thread_local._variable_creator_stack = [] # pylint: disable=protected-access
3355 return self._thread_local._variable_creator_stack # pylint: disable=protected-access
3357 @_variable_creator_stack.setter
3358 def _variable_creator_stack(self, variable_creator_stack): member in Graph
3359 …self._thread_local._variable_creator_stack = variable_creator_stack # pylint: disable=protected-a…
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dvariable_scope_shim_test.py749 old_creator_stack = graph._variable_creator_stack
758 graph._variable_creator_stack = old_creator_stack
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariables.py204 …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…
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Doptimizer.py1308 … and not ops.get_default_graph()._variable_creator_stack): # pylint: disable=protected-access
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/optimizer_v2/
H A Doptimizer_v2.py1381 … and (not ops.get_default_graph()._variable_creator_stack or # pylint: disable=protected-access
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/variables/
H A Dvariable_scope_test.py1738 old_creator_stack = graph._variable_creator_stack
1747 graph._variable_creator_stack = old_creator_stack