Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc52 struct PyCall { struct
74 Status MakeArgTuple(const PyCall* call, PyObject** tuple) { in MakeArgTuple()
208 Status DoCallPyFunc(PyCall* call, bool* out_log_on_error) { in DoCallPyFunc()
494 PyCall call; in Compute()