Searched refs:GetTapeSet (Results 1 – 1 of 1) sorted by relevance
1696 tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>* GetTapeSet() { in GetTapeSet() function1782 inline bool HasGradientTape() { return !GetTapeSet()->empty(); } in HasGradientTape()1823 *GetTapeSet()) {} in SafeTapeSet()1874 GetTapeSet()->insert(tape); in TFE_Py_TapeSetNew()1881 if (!GetTapeSet()->insert(tfe_tape).second) { in TFE_Py_TapeSetAdd()1897 auto* stack = GetTapeSet(); in TFE_Py_TapeSetRemove()1983 auto tape_set = *GetTapeSet();2024 auto tape_set = *GetTapeSet();2701 for (TFE_Py_Tape* tape : *GetTapeSet()) {2725 auto* tape_set = GetTapeSet();