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

Method UpdateNodeOp

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

Source from the content-addressed store, hash-verified

301}
302
303void Mutation::UpdateNodeOp(MutableNodeView* node, absl::string_view op) {
304 AddMutation(
305 node, [op](MutableNodeViewDiff* diff) { internal::UpdateOp(diff, op); });
306}
307
308void Mutation::UpdateNodeOp(const MutationNewNode& node, absl::string_view op) {
309 DCHECK(node.mutation_ == this && node.mutation_counter_ == mutation_counter_);

Callers 2

TEST_FFunction · 0.80

Calls 1

UpdateOpFunction · 0.70

Tested by 1

TEST_FFunction · 0.64