Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ RemoveNode
Method
RemoveNode
tensorflow/core/grappler/utils.cc:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void NodeMap::RemoveNode(const string& name) {
94
nodes_.erase(NodeName(name));
95
outputs_.erase(NodeName(name));
96
}
97
98
NodeDef* NodeMap::GetNode(const string& name) const {
99
const string node_name = NodeName(name);
Callers
nothing calls this directly
Calls
2
NodeName
Function · 0.85
erase
Method · 0.45
Tested by
no test coverage detected