Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dtraceable_stack_test.py76 t_stack = traceable_stack.TraceableStack()
87 t_stack = traceable_stack.TraceableStack()
93 t_stack = traceable_stack.TraceableStack()
110 t_stack = traceable_stack.TraceableStack()
Dtraceable_stack.py70 class TraceableStack(object): class
129 return TraceableStack(self._stack)
Dops.py3128 self._graph_device_function_stack = traceable_stack.TraceableStack()
3163 self._graph_colocation_stack = traceable_stack.TraceableStack()
4673 self._device_function_stack = traceable_stack.TraceableStack()
4677 self._colocation_stack = traceable_stack.TraceableStack()