Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsInSubgraph
Function
IsInSubgraph
tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc:689–689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
}
688
689
bool IsInSubgraph(const string& func_id) { return !func_id.empty(); }
690
691
Status Encapsulator::CopySubgraphNodes(
692
std::unordered_map<const Node*, Node*>* node_images) {
Callers
8
CopySubgraphNodes
Method · 0.70
CopySubgraphEdges
Method · 0.70
CopyNodesToOutputGraph
Method · 0.70
FindOutputImageOfEdgeSrc
Method · 0.70
FindOutputSlotOfEdgeSrc
Method · 0.70
FindOutputImageOfEdgeDst
Method · 0.70
FindOutputSlotOfEdgeDst
Method · 0.70
AddEdgesToOutputGraph
Method · 0.70
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected