Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ MainOpsFanin
Method
MainOpsFanin
tensorflow/core/grappler/grappler_item.cc:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
std::vector<const NodeDef*> GrapplerItem::MainOpsFanin() const {
52
return ComputeTransitiveFanin(graph, fetch);
53
}
54
55
std::vector<const NodeDef*> GrapplerItem::EnqueueOpsFanin() const {
56
std::vector<string> enqueue_ops;
Callers
2
GenerateReport
Method · 0.80
TEST_F
Function · 0.80
Calls
1
ComputeTransitiveFanin
Function · 0.70
Tested by
1
TEST_F
Function · 0.64