Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc59 absl::flat_hash_set<const LogicalBuffer*> all_points_to; in IsDistinct() local
62 if (all_points_to.contains(buffer)) { in IsDistinct()
65 all_points_to.insert(buffer); in IsDistinct()