Home
last modified time | relevance | path

Searched refs:TFE_DeleteContextCapsule (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe.h127 void TFE_DeleteContextCapsule(PyObject* context);
Dpywrap_tfe_src.cc1086 void TFE_DeleteContextCapsule(PyObject* context) { in TFE_DeleteContextCapsule() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt156 TFE_DeleteContextCapsule
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc96 return PyCapsule_New(context, nullptr, TFE_DeleteContextCapsule); in OutputTFE_Context()