OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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