Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dcontext.py212 self.push(is_building_function=False, enter_context_fn=eager_mode,
215 def push(self, is_building_function, enter_context_fn, device_stack): argument
233 ContextSwitch(is_building_function, enter_context_fn, device_stack))
Dops_test.py432 self.assertEqual(context_switches.stack[0].enter_context_fn,
Dcore_test.py424 self.assertIs(switch.enter_context_fn, context.eager_mode)
/external/tensorflow/tensorflow/python/framework/
Dops.py5639 outer_context = stack_entry.enter_context_fn