Searched refs:GRAPH_MODE (Results 1 – 2 of 2) sorted by relevance
37 GRAPH_MODE = 0 variable40 default_execution_mode = EAGER_MODE if tf2.enabled() else GRAPH_MODE959 return context()._mode(GRAPH_MODE) # pylint: disable=protected-access
5723 context.default_execution_mode = context.GRAPH_MODE5765 if context.default_execution_mode == context.GRAPH_MODE: