HomeSort by relevance Sort by last modified time
    Searched refs:is_in_graph_mode (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/eager/
context.py 33 from tensorflow.python.util import is_in_graph_mode
608 # but they do all import this file. Note that IS_IN_GRAPH_MODE and
610 is_in_graph_mode.IS_IN_GRAPH_MODE = in_graph_mode
  /external/tensorflow/tensorflow/python/util/
deprecation.py 27 from tensorflow.python.util import is_in_graph_mode
403 if is_in_graph_mode.IS_IN_GRAPH_MODE() and _PRINT_DEPRECATION_WARNINGS:

Completed in 128 milliseconds