Searched refs:TFE_Py_SetEagerTensorProfiler (Results 1 – 4 of 4) sorted by relevance
151 PyObject* TFE_Py_SetEagerTensorProfiler(PyObject* profiler);
1004 PyObject* TFE_Py_SetEagerTensorProfiler(PyObject* profiler) { in TFE_Py_SetEagerTensorProfiler() function
158 TFE_Py_SetEagerTensorProfiler
840 m.def("TFE_Py_SetEagerTensorProfiler", &TFE_Py_SetEagerTensorProfiler); in PYBIND11_MODULE()