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

Method RemoveNodeAttr

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

Source from the content-addressed store, hash-verified

401}
402
403void Mutation::RemoveNodeAttr(MutableNodeView* node,
404 absl::string_view attr_name) {
405 AddMutation(node, [attr_name](MutableNodeViewDiff* diff) {
406 internal::RemoveAttribute(diff, attr_name);
407 });
408}
409
410void Mutation::RemoveNodeAttr(const MutationNewNode& node,
411 absl::string_view attr_name) {

Callers 3

TEST_FFunction · 0.80
EraseOutputShapeAttrsFunction · 0.80

Calls 1

RemoveAttributeFunction · 0.70

Tested by 1

TEST_FFunction · 0.64