Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dfunction.py1195 _FunctionGarbageCollector(self.primary),
1196 _FunctionGarbageCollector(self.arg_relaxed),
1197 _FunctionGarbageCollector(self.arg_relaxed_shapes)]
2110 class _FunctionGarbageCollector(object): class