Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe.h155 PyObject* TFE_Py_SetEagerTensorProfiler(PyObject* profiler);
H A Dpywrap_tensor.cc1110 PyObject* TFE_Py_SetEagerTensorProfiler(PyObject* profiler) { in TFE_Py_SetEagerTensorProfiler() function
/aosp_15_r20/external/tensorflow/tensorflow/tools/def_file_filter/
H A Dsymbols_pybind.txt167 TFE_Py_SetEagerTensorProfiler
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc999 m.def("TFE_Py_SetEagerTensorProfiler", &TFE_Py_SetEagerTensorProfiler); in PYBIND11_MODULE()