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

Function NodeMissingErrorMsg

tensorflow/core/grappler/mutable_graph_view.cc:304–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304string NodeMissingErrorMsg(absl::string_view node_name) {
305 return absl::Substitute("node '$0' was not found", node_name);
306}
307
308Status CheckNodeExists(absl::string_view node_name, NodeDef* node,
309 ErrorHandler handler) {

Callers 2

CheckNodeExistsFunction · 0.85
RemoveAllFaninsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected