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

Function MutationError

tensorflow/core/grappler/mutable_graph_view.cc:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253Status MutationError(absl::string_view function_name, absl::string_view params,
254 absl::string_view msg) {
255 return errors::InvalidArgument(absl::Substitute(
256 "MutableGraphView::$0($1) error: $2.", function_name, params, msg));
257}
258
259using ErrorHandler = std::function<Status(absl::string_view)>;
260

Callers 15

UpdateFanoutsErrorFunction · 0.85
AddSubgraphMethod · 0.85
UpdateNodeMethod · 0.85
UpdateNodeNameMethod · 0.85
SwapNodeNamesMethod · 0.85
AddRegularFaninMethod · 0.85
AddRegularFaninByPortMethod · 0.85
AddControllingFaninMethod · 0.85
RemoveRegularFaninMethod · 0.85
RemoveAllFaninsMethod · 0.85

Calls 1

InvalidArgumentFunction · 0.85

Tested by

no test coverage detected