Searched refs:TFE_Py_TapeSetAdd (Results 1 – 4 of 4) sorted by relevance
145 void TFE_Py_TapeSetAdd(PyObject* tape);
54 pywrap_tensorflow.TFE_Py_TapeSetAdd(tape._tape) # pylint: disable=protected-access
1349 void TFE_Py_TapeSetAdd(PyObject* tape) { in TFE_Py_TapeSetAdd() function
59 %rename("%s") TFE_Py_TapeSetAdd;