Home
last modified time | relevance | path

Searched refs:GRAPH_MODE (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dcontext.py37 GRAPH_MODE = 0 variable
40 default_execution_mode = EAGER_MODE if tf2.enabled() else GRAPH_MODE
959 return context()._mode(GRAPH_MODE) # pylint: disable=protected-access
/external/tensorflow/tensorflow/python/framework/
Dops.py5723 context.default_execution_mode = context.GRAPH_MODE
5765 if context.default_execution_mode == context.GRAPH_MODE: