Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2552 absl::flat_hash_set<int64> related_calls; // Related computations. in BuildConstantSubGraph() local
2598 related_calls.insert(called_id); in BuildConstantSubGraph()
2628 if (related_calls.find(e.second.id()) != related_calls.end()) { in BuildConstantSubGraph()