Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py74 device_stack = ops.get_default_graph()._device_functions_outer_to_inner
76 return not bool(device_stack)
/external/tensorflow/tensorflow/python/eager/
Dcontext.py213 device_stack=None)
215 def push(self, is_building_function, enter_context_fn, device_stack): argument
233 ContextSwitch(is_building_function, enter_context_fn, device_stack))
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py1067 def device_stack_has_callable(device_stack): argument
1070 for spec in device_stack.peek_objs())
Dops.py5637 innermost_nonempty_device_stack = stack_entry.device_stack