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.h151 PyObject* TFE_Py_SetEagerTensorProfiler(PyObject* profiler);
Dpywrap_tensor.cc1004 PyObject* TFE_Py_SetEagerTensorProfiler(PyObject* profiler) { in TFE_Py_SetEagerTensorProfiler() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt158 TFE_Py_SetEagerTensorProfiler
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc840 m.def("TFE_Py_SetEagerTensorProfiler", &TFE_Py_SetEagerTensorProfiler); in PYBIND11_MODULE()