MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Renormalize

Method Renormalize

tensorflow/core/framework/graph_to_functiondef.cc:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100string NodeNameMapping::Renormalize(const string& name) const {
101 const auto iter = name_mapping_.find(name);
102 if (iter == name_mapping_.end()) return string();
103 return iter->second;
104}
105
106using ControlRetMapping = std::function<absl::optional<string>(const Node*)>;
107

Callers 1

GraphToFunctionDefFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected