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

Method AddOrUpdateRegularFanin

tensorflow/core/grappler/utils/graph_view.cc:326–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void Mutation::AddOrUpdateRegularFanin(MutableNodeView* node, int index,
327 const TensorId& fanin) {
328 AddMutation(node, [index, fanin](MutableNodeViewDiff* diff) {
329 internal::AddOrUpdateRegularFanin(diff, index, fanin);
330 });
331}
332
333void Mutation::AddOrUpdateRegularFanin(const MutationNewNode& node, int index,
334 const TensorId& fanin) {

Callers 7

TEST_FFunction · 0.80
UpdateEdgeMethod · 0.80
ForwardFaninsFunction · 0.80
ForwardFaninToFanoutsFunction · 0.80
EraseCancellableNodesFunction · 0.80

Calls 2

AddOrUpdateRegularFaninFunction · 0.85
IsTensorIdRegularFunction · 0.70

Tested by 1

TEST_FFunction · 0.64