Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dload.py308 setattr(type(obj), "__call__", _call_attribute)
671 def _call_attribute(instance, *args, **kwargs): function