Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1257 } TFE_Py_Tape; typedef
1260 delete reinterpret_cast<TFE_Py_Tape*>(tape)->tape; in TFE_Py_Tape_Delete()
1266 sizeof(TFE_Py_Tape), /* tp_basicsize */
1291 tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>* GetTapeSet() { in GetTapeSet()
1292 thread_local tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>* tape_set{ in GetTapeSet()
1295 tape_set = new tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>; in GetTapeSet()
1316 tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>::const_iterator begin() { in begin()
1320 tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>::const_iterator end() { in end()
1325 tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*> tape_set_;
1341 TFE_Py_Tape* tape = PyObject_NEW(TFE_Py_Tape, &TFE_Py_Tape_Type); in TFE_Py_TapeSetNew()
[all …]