Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc208 Status DoCallPyFunc(PyCall* call, bool* out_log_on_error) { in DoCallPyFunc() function
526 Status s = DoCallPyFunc(&call, &log_on_error); in Compute()