Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dbackend.py129 class _DummyEagerGraph(threading.local): class
153 super(_DummyEagerGraph, self).__init__()
154 self.key = _DummyEagerGraph._WeakReferencableClass()
158 _DUMMY_EAGER_GRAPH = _DummyEagerGraph()