Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion_test.py115 function.TfMethodTarget(
Dconversion.py186 if owner_class is function.TfMethodTarget:
Dapi.py417 if isinstance(f_self, function.TfMethodTarget):
479 if inspect.ismethod(f) and isinstance(f.__self__, function.TfMethodTarget):
/external/tensorflow/tensorflow/python/eager/
Dfunction.py3884 class TfMethodTarget(object): class
3921 TfMethodTarget(weak_instance, original_function.python_function))