Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1291 tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>* GetTapeSet() { in GetTapeSet() function
1304 SafeTapeSet() : tape_set_(*GetTapeSet()) { in SafeTapeSet()
1345 GetTapeSet()->insert(reinterpret_cast<TFE_Py_Tape*>(tape)); in TFE_Py_TapeSetNew()
1351 if (!GetTapeSet()->insert(reinterpret_cast<TFE_Py_Tape*>(tape)).second) { in TFE_Py_TapeSetAdd()
1358 if (*ThreadTapeIsStopped() || GetTapeSet()->empty()) { in TFE_Py_TapeSetIsEmpty()
1365 auto* stack = GetTapeSet(); in TFE_Py_TapeSetRemove()
1407 auto* tape_set_ptr = GetTapeSet();
1624 if (GetTapeSet()->empty() || *ThreadTapeIsStopped()) {
1677 auto* tape_set = GetTapeSet();
2550 !*ThreadTapeIsStopped() && !GetTapeSet()->empty();
[all …]