Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dcontext.py84 def push(self, is_building_function, enter_context_fn): argument
97 ContextStackEntry(is_building_function, enter_context_fn))
Dcore_test.py115 self.assertFalse(stack_entry.is_building_function)
/external/tensorflow/tensorflow/python/framework/
Dops.py5033 if not stack_entry.is_building_function: