Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dbackend.py81 _GRAPH = None variable
263 if ops.get_default_graph() is _GRAPH:
458 global _GRAPH
459 if _GRAPH is None:
460 _GRAPH = func_graph.FuncGraph('keras_graph')
461 return _GRAPH