Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h276 PyObject* TFE_Py_FastPathExecute_C(PyObject* args);
Dpywrap_tfe_src.cc3560 PyObject* TFE_Py_FastPathExecute_C(PyObject* args) { function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt176 TFE_Py_FastPathExecute_C
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc867 return tensorflow::PyoOrThrow(TFE_Py_FastPathExecute_C(args.ptr())); in PYBIND11_MODULE()