MCPcopy 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
93void NodeMap::RemoveNode(const string& name) {
94 nodes_.erase(NodeName(name));
95 outputs_.erase(NodeName(name));
96}
97
98NodeDef* NodeMap::GetNode(const string& name) const {
99 const string node_name = NodeName(name);

Callers

nothing calls this directly

Calls 2

NodeNameFunction · 0.85
eraseMethod · 0.45

Tested by

no test coverage detected