Searched refs:TFE_Py_SetEagerTensorProfiler (Results 1 – 4 of 4) sorted by relevance
155 PyObject* TFE_Py_SetEagerTensorProfiler(PyObject* profiler);
1110 PyObject* TFE_Py_SetEagerTensorProfiler(PyObject* profiler) { in TFE_Py_SetEagerTensorProfiler() function
167 TFE_Py_SetEagerTensorProfiler
999 m.def("TFE_Py_SetEagerTensorProfiler", &TFE_Py_SetEagerTensorProfiler); in PYBIND11_MODULE()