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.cc62 absl::flat_hash_set<const LogicalBuffer*> all_points_to; in IsDistinct() local
65 if (all_points_to.contains(buffer)) { in IsDistinct()
68 all_points_to.insert(buffer); in IsDistinct()