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.py186 self.push(is_building_function=False, enter_context_fn=eager_mode,
189 def push(self, is_building_function, enter_context_fn, device_stack): argument
207 ContextSwitch(is_building_function, enter_context_fn, device_stack))
Dops_test.py394 self.assertEqual(context_switches.stack[0].enter_context_fn,
Dcore_test.py144 self.assertIs(switch.enter_context_fn, context.eager_mode)
/external/tensorflow/tensorflow/python/framework/
Dops.py5578 outer_context = stack_entry.enter_context_fn