Searched refs:TFE_Py_TapeSetIsEmpty (Results 1 – 6 of 6) sorted by relevance
226 return not pywrap_tfe.TFE_Py_TapeSetIsEmpty()
165 PyObject* TFE_Py_TapeSetIsEmpty();
168 return not pywrap_tfe.TFE_Py_TapeSetIsEmpty()
1889 PyObject* TFE_Py_TapeSetIsEmpty() { in TFE_Py_TapeSetIsEmpty() function
162 TFE_Py_TapeSetIsEmpty
894 []() { return tensorflow::PyoOrThrow(TFE_Py_TapeSetIsEmpty()); }); in PYBIND11_MODULE()