Searched refs:TFE_Py_FastPathExecute_C (Results 1 – 4 of 4) sorted by relevance
276 PyObject* TFE_Py_FastPathExecute_C(PyObject* args);
3560 PyObject* TFE_Py_FastPathExecute_C(PyObject* args) { function
176 TFE_Py_FastPathExecute_C
867 return tensorflow::PyoOrThrow(TFE_Py_FastPathExecute_C(args.ptr())); in PYBIND11_MODULE()