Searched refs:CompactPointerSet (Results 1 – 5 of 5) sorted by relevance
28 class CompactPointerSet {35 CompactPointerSet() : rep_(0) {} in CompactPointerSet() function37 ~CompactPointerSet() { in ~CompactPointerSet()44 CompactPointerSet(const CompactPointerSet& other) : rep_(0) { *this = other; } in CompactPointerSet() function46 CompactPointerSet& operator=(const CompactPointerSet& other) {108 friend class CompactPointerSet;
26 typedef CompactPointerSet<const char*> StringSet;
30 tensorflow::gtl::CompactPointerSet<const BufferValue*>;
72 using BufferSet = tensorflow::gtl::CompactPointerSet<const LogicalBuffer*>;106 using SourceSet = tensorflow::gtl::CompactPointerSet<HloInstruction*>;
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_;