Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe.h280 PyObject* TFE_Py_FastPathExecute_C(PyObject* args);
H A Dpywrap_tfe_src.cc3643 PyObject* TFE_Py_FastPathExecute_C(PyObject* args) { function
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt185 TFE_Py_FastPathExecute_C
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc1026 return tensorflow::PyoOrThrow(TFE_Py_FastPathExecute_C(args.ptr())); in PYBIND11_MODULE()