Home
last modified time | relevance | path

Searched refs:is_building_function (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.py393 self.assertFalse(context_switches.stack[0].is_building_function)
Dcore_test.py148 self.assertFalse(switch.is_building_function)
/external/tensorflow/tensorflow/python/framework/
Dops.py5577 if not stack_entry.is_building_function: