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

Function HasFanoutValue

tensorflow/core/grappler/mutable_graph_view.cc:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249bool HasFanoutValue(const FanoutsMap& fanouts, const FanoutsMap::iterator& it) {
250 return it != fanouts.end() && !it->second.empty();
251}
252
253Status MutationError(absl::string_view function_name, absl::string_view params,
254 absl::string_view msg) {

Callers 2

UpdateNodeNameMethod · 0.85
SwapNodeNamesMethod · 0.85

Calls 2

endMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected