Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/impl/
Dapi_test.py495 def instance_call(unused_self): function
500 inst.__call__ = instance_call
/external/python/cpython2/Objects/
Dclassobject.c2127 instance_call(PyObject *func, PyObject *arg, PyObject *kw) in instance_call() function
2217 instance_call, /* tp_call */