Searched refs:GRAPH_MODE (Results 1 – 3 of 3) sorted by relevance
66 with context.execution_mode(context.GRAPH_MODE):76 with context.execution_mode(context.GRAPH_MODE):88 with context.execution_mode(context.GRAPH_MODE):
5656 context.default_execution_mode = context.GRAPH_MODE5698 if context.default_execution_mode == context.GRAPH_MODE:
45 GRAPH_MODE = 0 variable48 default_execution_mode = EAGER_MODE if tf2.enabled() else GRAPH_MODE1832 return context()._mode(GRAPH_MODE) # pylint: disable=protected-access