Searched refs:GetPyEagerContext (Results 1 – 3 of 3) sorted by relevance
391 PyObject* GetPyEagerContext();
462 PyObject* py_context = GetPyEagerContext(); in EagerTensor_init()871 PyObject* py_context = GetPyEagerContext(); in EagerTensorFromHandle()1035 PyObject* py_context = GetPyEagerContext(); in TFE_Py_TensorShapeSlice()
4253 PyObject* GetPyEagerContext() { function