Searched refs:_GRAPH (Results 1 – 1 of 1) sorted by relevance
81 _GRAPH = None variable263 if ops.get_default_graph() is _GRAPH:458 global _GRAPH459 if _GRAPH is None:460 _GRAPH = func_graph.FuncGraph('keras_graph')461 return _GRAPH