Home
last modified time | relevance | path

Searched refs:is_building_function (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dauto_control_deps.py425 is_building_function = op.graph.building_function
428 if is_building_function or (
462 if control_inputs and not is_building_function:
Dops.py5638 if not stack_entry.is_building_function:
/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.py431 self.assertFalse(context_switches.stack[0].is_building_function)
Dcore_test.py428 self.assertFalse(switch.is_building_function)