Searched defs:py_eager_context (Results 1 – 4 of 4) sorted by relevance
45 PythonTensorConverter(PyObject* py_eager_context, TFE_Context* ctx, in PythonTensorConverter()
66 PythonTensorConverter MakePythonTensorConverter(py::handle py_eager_context) { in MakePythonTensorConverter()
3575 PyObject* py_eager_context = local4296 void MakeEagerContextThreadLocalData(PyObject* py_eager_context,4320 PyObject* py_eager_context) {4379 void DestroyEagerContextThreadLocalData(PyObject* py_eager_context) {
378 explicit EagerContextThreadLocalDataWrapper(py::handle py_eager_context, in EagerContextThreadLocalDataWrapper()