Home
last modified time | relevance | path

Searched refs:_colocation_stack (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dops.py3420 if self._colocation_stack:
3422 for colocation_op in self._colocation_stack.peek_objs():
4188 current_stack = self._colocation_stack
4189 self._colocation_stack = traceable_stack.TraceableStack()
4195 self._colocation_stack.push_obj(op, offset=4)
4203 self._colocation_stack.pop_obj()
4207 self._colocation_stack = current_stack
4893 def _colocation_stack(self): member in Graph
4901 self._thread_local._colocation_stack = stack_copy_for_this_thread
4902 return self._thread_local._colocation_stack
[all …]
Dfunc_graph.py240 self._colocation_stack = graph._colocation_stack.copy() # pylint: disable=protected-access
Dfunction.py941 func_graph._colocation_stack = colocation_stack
/external/tensorflow/tensorflow/python/eager/
Dfunction.py2612 colocation_stack = tuple(default_graph._colocation_stack.peek_objs())