Searched refs:TFE_Py_FastPathExecute_C (Results 1 – 4 of 4) sorted by relevance
280 PyObject* TFE_Py_FastPathExecute_C(PyObject* args);
3643 PyObject* TFE_Py_FastPathExecute_C(PyObject* args) { function
185 TFE_Py_FastPathExecute_C
1026 return tensorflow::PyoOrThrow(TFE_Py_FastPathExecute_C(args.ptr())); in PYBIND11_MODULE()