Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dgraph_building_benchmark.py66 with context.execution_mode(context.GRAPH_MODE):
76 with context.execution_mode(context.GRAPH_MODE):
88 with context.execution_mode(context.GRAPH_MODE):
Dops.py5656 context.default_execution_mode = context.GRAPH_MODE
5698 if context.default_execution_mode == context.GRAPH_MODE:
/external/tensorflow/tensorflow/python/eager/
Dcontext.py45 GRAPH_MODE = 0 variable
48 default_execution_mode = EAGER_MODE if tf2.enabled() else GRAPH_MODE
1832 return context()._mode(GRAPH_MODE) # pylint: disable=protected-access