Searched refs:TFE_Py_TapeSetIsEmpty (Results 1 – 6 of 6) sorted by relevance
222 return not pywrap_tfe.TFE_Py_TapeSetIsEmpty()
169 PyObject* TFE_Py_TapeSetIsEmpty();
166 return not pywrap_tfe.TFE_Py_TapeSetIsEmpty()
1950 PyObject* TFE_Py_TapeSetIsEmpty() { in TFE_Py_TapeSetIsEmpty() function
171 TFE_Py_TapeSetIsEmpty
1053 []() { return tensorflow::PyoOrThrow(TFE_Py_TapeSetIsEmpty()); }); in PYBIND11_MODULE()