Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
bool 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
175
namespace {
176
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64