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*>;
73 using BufferSet = tensorflow::gtl::CompactPointerSet<const LogicalBuffer*>;107 using SourceSet = tensorflow::gtl::CompactPointerSet<HloInstruction*>;
1696 tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>* GetTapeSet() { in GetTapeSet()1697 thread_local std::unique_ptr<tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>> in GetTapeSet()1700 tape_set.reset(new tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>); in GetTapeSet()1705 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>*1708 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>> in GetVariableWatcherSet()1712 new tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>); in GetVariableWatcherSet()1819 : public SafeSetCopy<tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>> {1822 : SafeSetCopy<tensorflow::gtl::CompactPointerSet<TFE_Py_Tape*>>( in SafeTapeSet()1841 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>> {1845 tensorflow::gtl::CompactPointerSet<TFE_Py_VariableWatcher*>>( in SafeVariableWatcherSet()