Home
last modified time | relevance | path

Searched refs:colocation_stack (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dfunction_context.py34 colocation_stack: Any
73 colocation_stack = ()
79 colocation_stack = tuple(default_graph._colocation_stack.peek_objs())
102 EagerContext(parent_graph, device_functions, colocation_stack,
/external/tensorflow/tensorflow/python/framework/
Dfunction.py943 colocation_stack=None, argument
988 if colocation_stack is not None:
989 func_graph._colocation_stack = colocation_stack
Dops.py5420 def _colocation_stack(self, colocation_stack): argument
5423 self._thread_local._colocation_stack = colocation_stack
5426 self._graph_colocation_stack = colocation_stack