Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/gtl/
Dcompactptrset.h28 class CompactPointerSet {
35 CompactPointerSet() : rep_(0) {} in CompactPointerSet() function
37 ~CompactPointerSet() { in ~CompactPointerSet()
44 CompactPointerSet(const CompactPointerSet& other) : rep_(0) { *this = other; } in CompactPointerSet() function
46 CompactPointerSet& operator=(const CompactPointerSet& other) {
108 friend class CompactPointerSet;
Dcompactptrset_test.cc26 typedef CompactPointerSet<const char*> StringSet;
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_value_containers.h30 tensorflow::gtl::CompactPointerSet<const BufferValue*>;
Dtuple_points_to_analysis.h73 using BufferSet = tensorflow::gtl::CompactPointerSet<const LogicalBuffer*>;
107 using SourceSet = tensorflow::gtl::CompactPointerSet<HloInstruction*>;
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1696 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()