Home
last modified time | relevance | path

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

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