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.py65 device_stack = ops.get_default_graph()._device_functions_outer_to_inner
67 return not bool(device_stack)
/external/tensorflow/tensorflow/python/eager/
Dcontext.py187 device_stack=None)
189 def push(self, is_building_function, enter_context_fn, device_stack): argument
207 ContextSwitch(is_building_function, enter_context_fn, device_stack))
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py764 def device_stack_has_callable(device_stack): argument
767 for spec in device_stack.peek_objs())
Dops.py5576 innermost_nonempty_device_stack = stack_entry.device_stack