MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Dominates

Method Dominates

tensorflow/compiler/xla/service/call_graph.cc:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool CallGraph::Dominates(const HloComputation* a,
170 const HloComputation* b) const {
171 absl::flat_hash_set<const HloComputation*> visited;
172 return DominatesHelper(a, b, &visited);
173}
174
175namespace {
176

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64