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.h72 using BufferSet = tensorflow::gtl::CompactPointerSet<const LogicalBuffer*>;
106 using SourceSet = tensorflow::gtl::CompactPointerSet<HloInstruction*>;
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1291 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_;