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

  /external/tensorflow/tensorflow/python/eager/
def_function.py 292 self._descriptor_cache = weakref.WeakKeyDictionary()
721 if instance not in self._descriptor_cache:
724 self._descriptor_cache[instance] = (
726 return self._descriptor_cache[instance]
    [all...]
function.py     [all...]

Completed in 268 milliseconds